From 8e3b638a35f6b7649c7ba8a322fd0a15f845efcf Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 20 九月 2025 00:08:09 +0800
Subject: [PATCH] 界面优化

---
 src/views/dataex/mdmprogramimp.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/dataex/mdmprogramimp.vue b/src/views/dataex/mdmprogramimp.vue
index be6905d..321c8fc 100644
--- a/src/views/dataex/mdmprogramimp.vue
+++ b/src/views/dataex/mdmprogramimp.vue
@@ -11,11 +11,11 @@
       <template #menu-left>
         <div style="display: flex;">
           <el-button type="primary" size="default" icon="el-icon-circle-plus" @click="importData">瀵煎叆</el-button>
-          <el-button type="primary" size="default" icon="el-icon-circle-plus" plain @click="handleWarehouse" style="margin-left: 12px;">鍏ュ簱</el-button>
+          <el-button type="primary" size="default" icon="el-icon-circle-plus" plain @click="handleWarehouse" style="margin-left: 12px;">涓嬩紶</el-button>
         </div>
       </template>
     </avue-crud>
-    <el-dialog title="DNC鏂囦欢瀵煎叆" append-to-body v-model="excelBox" width="555px">
+    <el-dialog title="娑夊瘑缃戞枃浠跺鍏�" append-to-body v-model="excelBox" width="555px">
       <avue-form :option="excelOption" v-model="excelForm" :upload-after="uploadAfter">
         <!-- <template #excelTemplate>
           <el-button type="primary" @click="handleTemplate">
@@ -106,7 +106,7 @@
             prop: 'excelFile',
             type: 'upload',
             drag: true,
-            loadText: 'DNC鏂囦欢瀵煎叆锛岃绋嶇瓑',
+            loadText: '娑夊瘑缃戞枃浠跺鍏ワ紝璇风◢绛�',
             span: 24,
             propsHttp: {
               res: 'data',

--
Gitblit v1.9.3