diff --git a/jero-web/src/views/projectManagement/components/listOfRegulations.vue b/jero-web/src/views/projectManagement/components/listOfRegulations.vue index 184af3aac..60bc5237a 100644 --- a/jero-web/src/views/projectManagement/components/listOfRegulations.vue +++ b/jero-web/src/views/projectManagement/components/listOfRegulations.vue @@ -812,6 +812,7 @@ dataIndex: 'designFlowStatusName', align: 'left', ellipsis: true, + sorter: true, width: 140, scopedSlots: { customRender: 'designFlowStatusName' } }, @@ -858,6 +859,7 @@ dataIndex: 'verifyFlowStatusName', align: 'left', ellipsis: true, + sorter: true, width: 180, scopedSlots: { customRender: 'verifyFlowStatusName' } },