From a7d05cd09db99078fa03f4aabb6ac54694f281c9 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Tue, 18 Apr 2023 11:37:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=95=E8=A7=84=E6=B8=85=E5=8D=95=20?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E7=8A=B6=E6=80=81=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/projectManagement/components/listOfRegulations.vue | 2 ++ 1 file changed, 2 insertions(+) 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' } },