From 68e6afe2bc6ce68b341e7dccff4bd1b0e5f2c905 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 04 Feb 2026 13:58:41 +0800
Subject: [PATCH] feat:调整

---
 applications/task-work-order/src/views/orderView/organizational/zoningManagement/index.vue |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/applications/task-work-order/src/views/orderView/organizational/zoningManagement/index.vue b/applications/task-work-order/src/views/orderView/organizational/zoningManagement/index.vue
index c79bc2b..400ce59 100644
--- a/applications/task-work-order/src/views/orderView/organizational/zoningManagement/index.vue
+++ b/applications/task-work-order/src/views/orderView/organizational/zoningManagement/index.vue
@@ -96,7 +96,7 @@
       class="gd-dialog"
       append-to-body
       v-model="isShowImportView"
-      title="导入区划"
+      title="区划导入"
       :width="pxToRem(500)"
       :close-on-click-modal="false"
       :destroy-on-close="true"
@@ -104,8 +104,6 @@
     >
       <el-form class="gd-dialog-form" ref="importFormRef" :model="importParams" :rules="importRules" label-width="140px">
         <el-form-item label="导出模板">
-          <!-- :loading="templateExportLoading" 
-            :disabled="templateExportLoading" -->
           <el-button 
             type="primary" 
             color="#F2F3F5"
@@ -131,7 +129,7 @@
           :disabled="importSubmitting"
           @click="submitImport(importFormRef)"
         >
-          保存
+          导入
         </el-button>
       </template>
     </el-dialog>

--
Gitblit v1.9.3