更新应用管理和功能管理的列表样式

This commit is contained in:
季圣华
2017-06-01 23:39:29 +08:00
parent 8484b8408d
commit 0b0328e15b
2 changed files with 18 additions and 7 deletions

View File

@@ -155,8 +155,12 @@
{ title: '上级编号',field: 'PNumber',width:60},
{ title: '链接',field: 'URL',width:120},
{ title: '排序',field: 'Sort',width:50},
{ title: '收缩',field: 'State',width:50},
{ title: '启用',field: 'Enabled',width:50},
{ title: '收缩',field: 'State',width:50,formatter:function(value){
return value? "开":"关";
}},
{ title: '启用',field: 'Enabled',width:50,formatter:function(value){
return value? "开":"关";
}},
{ title: '类型',field: 'Type',width:50},
{ title: '操作',field: 'op',align:"center",width:130,formatter:function(value,rec)
{