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

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

@ -183,14 +183,21 @@
{ title: '链接',field: 'URL',width:100},
{ title: '宽度',field: 'Width',width:50},
{ title: '高度',field: 'Height',width:50},
{ title: '拉伸',field: 'ReSize',width:50},
{ title: '最大化',field: 'OpenMax',width:50},
{ title: 'Flash',field: 'Flash',width:50},
{ title: '拉伸',field: 'ReSize',width:50,formatter:function(value){
return value? "开":"关";
}},
{ title: '最大化',field: 'OpenMax',width:50,formatter:function(value){
return value? "开":"关";
}},
{ title: 'Flash',field: 'Flash',width:50,formatter:function(value){
return value? "开":"关";
}},
{ title: '种类',field: 'ZL',width:50},
{ title: '排序号',field: 'Sort',width:50},
{ title: '备注',field: 'Remark',width:50},
{ title: '启用',field: 'Enabled',width:50},
{ title: '启用',field: 'Enabled',width:50,formatter:function(value){
return value? "开":"关";
}},
{ title: '操作',field: 'op',align:"center",width:130,formatter:function(value,rec)
{
var str = '';

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)
{