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

Commit 2181fff8 authored by 胡佳晨's avatar 胡佳晨

修改 志愿者列表

parent 22b3d30f
......@@ -125,16 +125,7 @@
},
{
field: 'status',
title: '状态',
formatter: function (value, row, index) {
if (value == 1) {
return '通过';
} else if (value == 2) {
return '拒绝';
} else {
return '待审核';
}
}
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