From d9d7e12615417e57d3fac95b8e84b7e5fc46af76 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期五, 13 三月 2026 13:51:57 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/basMap/basMap.html |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/basMap/basMap.html b/src/main/webapp/views/basMap/basMap.html
index b5f6011..c001131 100644
--- a/src/main/webapp/views/basMap/basMap.html
+++ b/src/main/webapp/views/basMap/basMap.html
@@ -412,6 +412,22 @@
                     <div class="toolbar-ops">
                         <el-button size="small" type="primary" plain icon="el-icon-plus" @click="openCreateDialog">鏂板</el-button>
                         <el-button size="small" type="danger" plain icon="el-icon-delete" :disabled="selection.length === 0" @click="removeSelection">鍒犻櫎</el-button>
+                        <el-button
+                            size="small"
+                            plain
+                            icon="el-icon-upload2"
+                            :loading="importingMap"
+                            @click="triggerMapImport">
+                            瀵煎叆鍦板浘
+                        </el-button>
+                        <el-button
+                            size="small"
+                            plain
+                            icon="el-icon-refresh"
+                            :loading="initializingLocMast"
+                            @click="promptInitLocMast">
+                            鍒濆鍖栧簱浣�
+                        </el-button>
                         <el-popover
                             placement="bottom"
                             width="320"
@@ -580,7 +596,7 @@
 
     <el-dialog
         class="dialog-panel"
-        :title="dialog.mode === 'create' ? '鏂板 BasMap' : '淇敼 BasMap'"
+        :title="dialog.mode === 'create' ? '鏂板鍦板浘' : '淇敼鍦板浘'"
         :visible.sync="dialog.visible"
         width="760px"
         :close-on-click-modal="false">
@@ -659,6 +675,12 @@
             <el-button type="primary" :loading="dialog.submitting" @click="submitDialog">淇濆瓨</el-button>
         </div>
     </el-dialog>
+
+    <input
+        ref="mapUploadInput"
+        type="file"
+        style="display:none;"
+        @change="handleMapFileChange">
 </div>
 
 <script type="text/javascript" src="../../static/js/jquery/jquery-3.3.1.min.js"></script>

--
Gitblit v1.9.1