From e4bb381c896015c4b87faa002ba6875c06a2fd16 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 26 十二月 2024 14:33:10 +0800
Subject: [PATCH] 同步检测中心cnas修改

---
 src/components/caorui/Department/components/Plan/UploadExcel.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/components/caorui/Department/components/Plan/UploadExcel.vue b/src/components/caorui/Department/components/Plan/UploadExcel.vue
index 99c475f..0cc3f1a 100644
--- a/src/components/caorui/Department/components/Plan/UploadExcel.vue
+++ b/src/components/caorui/Department/components/Plan/UploadExcel.vue
@@ -10,6 +10,7 @@
             accept=".xls, .xlsx"
             :limit="1"
             :auto-upload="true"
+            :show-file-list="false"
         >
             <el-button size="small" type="primary">瀵煎叆</el-button>
         </el-upload>
@@ -55,4 +56,4 @@
         }
     }
 }
-</script>
\ No newline at end of file
+</script>

--
Gitblit v1.9.3