给部分表增加启用状态和排序字段,完善对应页面
This commit is contained in:
@@ -142,7 +142,8 @@
|
||||
{ title: '期初应收',dataIndex: 'beginNeedGet',width:80,align:"center"},
|
||||
{ title: '期末应收',dataIndex: 'allNeedGet',width:80,align:"center"},
|
||||
{ title: '税率(%)', dataIndex: 'taxRate',width:80,align:"center"},
|
||||
{ title: '状态',dataIndex: 'enabled',width:70,align:"center",
|
||||
{ title: '排序', dataIndex: 'sort', width: 60},
|
||||
{ title: '状态',dataIndex: 'enabled',width:60, align:"center",
|
||||
scopedSlots: { customRender: 'customRenderFlag' }
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user