更新单位信息列表样式,将启动信息改为开、关
This commit is contained in:
parent
0b0328e15b
commit
bb789eefdf
@ -204,7 +204,9 @@
|
||||
{ title: '期初应收',field: 'BeginNeedGet',width:70,align:"center"},
|
||||
{ title: '期初应付',field: 'BeginNeedPay',width:70,align:"center"},
|
||||
{ title: '类型',field: 'type',width:50},
|
||||
{ title: '启动',field: 'enabled',width:40},
|
||||
{ title: '启动',field: 'enabled',width:40,formatter:function(value){
|
||||
return value? "开":"关";
|
||||
}},
|
||||
{ title: '操作',field: 'op',align:"center",width:130,formatter:function(value,rec)
|
||||
{
|
||||
var str = '';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user