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

Commit 6d329c90 authored by GaoHu's avatar GaoHu

特邀代理返回性别字段

parent ac4a7150
......@@ -87,8 +87,10 @@
formatter: function(value, row, index) {
if (value == 1) {
return '男';
} else {
} else if (value == 2){
return '女';
}else {
return '-';
}
}
},
......
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