From 4fdcaf275bfd7f9ec9f2fb93dc6791f9a252737b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Fri, 5 May 2023 11:51:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E8=A7=84=E8=AE=A4=E8=AF=81=E8=AE=A1?= =?UTF-8?q?=E5=88=92=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/complianceCertificationForm.vue | 4 ++-- .../src/views/projectManagement/projectStatusBoard/index.vue | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/complianceCertificationForm.vue b/jero-web/src/views/projectManagement/components/complianceCertificationForm.vue index 37465169d..2790f90d3 100644 --- a/jero-web/src/views/projectManagement/components/complianceCertificationForm.vue +++ b/jero-web/src/views/projectManagement/components/complianceCertificationForm.vue @@ -6,7 +6,7 @@
+ v-for="(val,indexOne) in timeData" :key="indexOne" v-if="val.g">
{{ val.name }}
@@ -26,7 +26,7 @@
+ v-for="(val,indexTwo) in timeData" v-if="!val.g">
{{ val.name }}
diff --git a/jero-web/src/views/projectManagement/projectStatusBoard/index.vue b/jero-web/src/views/projectManagement/projectStatusBoard/index.vue index 40de5d47a..734edd6bf 100644 --- a/jero-web/src/views/projectManagement/projectStatusBoard/index.vue +++ b/jero-web/src/views/projectManagement/projectStatusBoard/index.vue @@ -103,6 +103,7 @@
{{ val.name }}
@@ -123,6 +124,7 @@
{{ val.name }}