|
|
@@ -12,10 +12,14 @@
|
|
|
var cols = [
|
|
|
{width: 30, text: '序号', flex: false, colClass: 'text-center',field:'num'},
|
|
|
{width: 160, text: '班组名称', flex: false,colClass: '',field:'name'},
|
|
|
- {width: 80, text: '所属人员分类', flex: false, colClass: '',field:'type',func:function(){
|
|
|
-
|
|
|
+ {width: 80, text: '所属人员分类', flex: false, colClass: '',field:'type',func:function(obj){
|
|
|
+ if(obj==1){
|
|
|
+ return "收费人员";
|
|
|
+ }else if(obj == 2){
|
|
|
+ return "稽查人员";
|
|
|
+ }
|
|
|
}},
|
|
|
- {width: 80, text: '班长', type: 'date', flex: false, sort: 'down',field:'monitor'},
|
|
|
+ {width: 80, text: '班长', type: 'string', flex: false, sort: 'down',field:'monitor'},
|
|
|
{width: 80, text: '副班长', type: 'string', flex: false, colClass: '',field:'sub_monitor'},
|
|
|
{width: 80, text: '人员', flex: false, colClass: '',field:'user_ids'},
|
|
|
{width: 50, text: '操作', flex: false, colClass: '',field:'id',oper:[
|