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