记得上下班打卡 | git大法好,push需谨慎

Commit 287e7319 authored by 胡佳晨's avatar 胡佳晨

志愿者需求完成

parent a5d88d93
...@@ -93,21 +93,16 @@ ...@@ -93,21 +93,16 @@
}, },
{ {
field: 'sex', field: 'sex',
title: '性别', title: '性别'
formatter: function (value, row, index) {
if (value == 1) {
return '男';
} else if (value == 2) {
return '女';
} else {
return '未知';
}
}
}, },
{ {
field: 'phone', field: 'phone',
title: '手机号' title: '手机号'
}, },
{
field: 'projectName',
title: '活动名称'
},
{ {
field: 'school', field: 'school',
title: '学校' title: '学校'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment