调整宽度-功能列表

This commit is contained in:
季圣华 2017-11-10 22:11:50 +08:00
parent b6691a3d1f
commit 3775da4fa9

View File

@ -160,7 +160,7 @@
{ title: '编号 ',field: 'Number',width:60},
{ title: '名称',field: 'Name',width:80},
{ title: '上级编号',field: 'PNumber',width:60},
{ title: '链接',field: 'URL',width:120},
{ title: '链接',field: 'URL',width:200},
{ title: '排序',field: 'Sort',width:50},
{ title: '收缩',field: 'State',width:50,formatter:function(value){
return value? "开":"关";