From 3df4d4b04b76c6dbec14602aa07ab20659651aa4 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Tue, 19 Apr 2022 16:32:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=AF=A6=E6=83=85=E7=9A=84?= =?UTF-8?q?=E5=90=84=E4=B8=AA=E5=B7=A5=E7=A8=8B=E5=B8=88=E7=9A=84=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectManagement/components/TaskList.vue | 79 +++---------------- .../components/listEditModel.vue | 34 +++++--- .../components/listOfRegulations.vue | 3 +- 3 files changed, 37 insertions(+), 79 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/TaskList.vue b/jero-web/src/views/projectManagement/components/TaskList.vue index a6c39e507..f909ade5a 100644 --- a/jero-web/src/views/projectManagement/components/TaskList.vue +++ b/jero-web/src/views/projectManagement/components/TaskList.vue @@ -8,16 +8,18 @@ {{$t('standard')}} + v-model="queryParam.serialNumber"> - + {{$t('areaOfResponsibility')}} - + @@ -164,7 +166,7 @@ align: 'center', dataIndex: 'CurrentProjectStatusEvaluation', scopedSlots: { customRender: 'CurrentProjectStatusEvaluation' } - }, + } ], selectedRowKeys: [], queryParam: {}, @@ -188,9 +190,9 @@ handleExport() { }, - CertificationDirectory(){ + CertificationDirectory() { - }, + } } } @@ -198,66 +200,6 @@