法规清单 流程状态排序

This commit is contained in:
zyx.net
2023-04-18 11:37:58 +08:00
parent b3556337e4
commit a7d05cd09d
@@ -812,6 +812,7 @@
dataIndex: 'designFlowStatusName', dataIndex: 'designFlowStatusName',
align: 'left', align: 'left',
ellipsis: true, ellipsis: true,
sorter: true,
width: 140, width: 140,
scopedSlots: { customRender: 'designFlowStatusName' } scopedSlots: { customRender: 'designFlowStatusName' }
}, },
@@ -858,6 +859,7 @@
dataIndex: 'verifyFlowStatusName', dataIndex: 'verifyFlowStatusName',
align: 'left', align: 'left',
ellipsis: true, ellipsis: true,
sorter: true,
width: 180, width: 180,
scopedSlots: { customRender: 'verifyFlowStatusName' } scopedSlots: { customRender: 'verifyFlowStatusName' }
}, },