From 379ad4226bc5a3ad175635b5c40e6bf5b68e4069 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 19 三月 2025 13:30:59 +0800
Subject: [PATCH] 能力范围功能更新70%

---
 src/views/structural/capabilityAndLaboratory/workshop/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/structural/capabilityAndLaboratory/workshop/index.vue b/src/views/structural/capabilityAndLaboratory/workshop/index.vue
index 12e0053..5ccdf89 100644
--- a/src/views/structural/capabilityAndLaboratory/workshop/index.vue
+++ b/src/views/structural/capabilityAndLaboratory/workshop/index.vue
@@ -2,7 +2,7 @@
   <div class="workshop">
     <div class="search">
       <div class="search_thing">
-        <div class="search_label">鍚嶇О锛�</div>
+        <div class="search_label">杞﹂棿鍚嶇О锛�</div>
         <div class="search_input">
           <el-input size="small" placeholder="璇疯緭鍏�" clearable v-model="queryParams.name"
             @keyup.enter.native="refreshTable()"></el-input>
@@ -32,7 +32,7 @@
       </span>
     </el-dialog>
     <el-dialog :visible.sync="filesDialogVisible" title="闄勪欢鏌ョ湅" width="80%">
-      <fileList :currentId="id" />
+      <fileList :currentId="id" v-if="filesDialogVisible" />
     </el-dialog>
   </div>
 </template>
@@ -223,7 +223,7 @@
 }
 
 .search_label {
-  width: 70px;
+  width: 90px;
   font-size: 14px;
   text-align: right;
 }

--
Gitblit v1.9.3