Commit bb789eef authored by 季圣华's avatar 季圣华
Browse files

更新单位信息列表样式,将启动信息改为开、关

parent 0b0328e1
......@@ -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 = '';
......
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