Commit 0b0328e1 authored by 季圣华's avatar 季圣华
Browse files

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

parent 8484b840
...@@ -183,14 +183,21 @@ ...@@ -183,14 +183,21 @@
{ title: '链接',field: 'URL',width:100}, { title: '链接',field: 'URL',width:100},
{ title: '宽度',field: 'Width',width:50}, { title: '宽度',field: 'Width',width:50},
{ title: '高度',field: 'Height',width:50}, { title: '高度',field: 'Height',width:50},
{ title: '拉伸',field: 'ReSize',width:50}, { title: '拉伸',field: 'ReSize',width:50,formatter:function(value){
{ title: '最大化',field: 'OpenMax',width:50}, return value? "":"";
{ title: 'Flash',field: 'Flash',width:50}, }},
{ 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: 'ZL',width:50},
{ title: '排序号',field: 'Sort',width:50}, { title: '排序号',field: 'Sort',width:50},
{ title: '备注',field: 'Remark',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) { title: '操作',field: 'op',align:"center",width:130,formatter:function(value,rec)
{ {
var str = ''; var str = '';
......
...@@ -155,8 +155,12 @@ ...@@ -155,8 +155,12 @@
{ title: '上级编号',field: 'PNumber',width:60}, { title: '上级编号',field: 'PNumber',width:60},
{ title: '链接',field: 'URL',width:120}, { title: '链接',field: 'URL',width:120},
{ title: '排序',field: 'Sort',width:50}, { title: '排序',field: 'Sort',width:50},
{ title: '收缩',field: 'State',width:50}, { title: '收缩',field: 'State',width:50,formatter:function(value){
{ title: '启用',field: 'Enabled',width:50}, return value? "":"";
}},
{ title: '启用',field: 'Enabled',width:50,formatter:function(value){
return value? "":"";
}},
{ title: '类型',field: 'Type',width:50}, { title: '类型',field: 'Type',width:50},
{ title: '操作',field: 'op',align:"center",width:130,formatter:function(value,rec) { title: '操作',field: 'op',align:"center",width:130,formatter:function(value,rec)
{ {
......
Supports Markdown
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