From f7bfeb81ff9526ba4595414704352f79599c7615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Sat, 30 Jul 2022 15:37:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectAdmin/dataBoard/index.vue | 116 +-------------------- 1 file changed, 2 insertions(+), 114 deletions(-) diff --git a/src/views/projectAdmin/dataBoard/index.vue b/src/views/projectAdmin/dataBoard/index.vue index 53fda6cc..0bdc72dc 100644 --- a/src/views/projectAdmin/dataBoard/index.vue +++ b/src/views/projectAdmin/dataBoard/index.vue @@ -298,35 +298,9 @@ v-if="COMPANY != 'longguang' && enabledProjectV2 != 3" class="blockContent" > -<<<<<<< HEAD -
-- {{ $t('message.companyDiagram.rectificationSafeQuestion') }} -
-{{ secureData.completeNum }}
-- {{ - $t('message.companyDiagram.noRectificationSafeQuestion') - }} -
-{{ secureData.rectificationNum }}
-- {{ - $t('message.companyDiagram.rectificationQualityQuestion') - }} -
-{{ qualityData.completeNum }}
-- {{ - $t('message.companyDiagram.noRectificationQualityQuestion') - }} -
-{{ qualityData.rectificationNum }}
-
-
-=======