From 2de51b11d22291c0b204378154fc407c1ea8b691 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 14 一月 2026 14:39:11 +0800
Subject: [PATCH] fix: 参考中天的[检测标准]页面,设置总分两张表,总表代表着一个检测标准汇总(也要根据质检类型去选择),分表代表这个检测标准汇总下具体的检测参数信息。

---
 src/views/collaborativeApproval/enterpriseBook/index.vue |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/views/collaborativeApproval/enterpriseBook/index.vue b/src/views/collaborativeApproval/enterpriseBook/index.vue
index a451762..0b33a32 100644
--- a/src/views/collaborativeApproval/enterpriseBook/index.vue
+++ b/src/views/collaborativeApproval/enterpriseBook/index.vue
@@ -227,10 +227,6 @@
             <span class="label">浣忓潃锛�</span>
             <span class="value">{{ selectedContact.adress || '鏆傛棤' }}</span>
           </div>
-          <div class="info-item">
-            <span class="label">韬唤璇佸彿锛�</span>
-            <span class="value">{{ selectedContact.identityCard || '鏆傛棤' }}</span>
-          </div>
         </div>
       </div>
       <template #footer>

--
Gitblit v1.9.3