From 77580a84dc16fd19cd7afa4f61c59689de820065 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期五, 03 四月 2026 10:13:58 +0800
Subject: [PATCH] #增加同步地图坐标与库位绑定关系

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

diff --git a/src/main/webapp/views/basMap/basMap.html b/src/main/webapp/views/basMap/basMap.html
index c001131..c6774fa 100644
--- a/src/main/webapp/views/basMap/basMap.html
+++ b/src/main/webapp/views/basMap/basMap.html
@@ -423,6 +423,21 @@
                         <el-button
                             size="small"
                             plain
+                            icon="el-icon-edit-outline"
+                            @click="openVisualEditorByPrompt">
+                            鍙鍖栫紪杈�
+                        </el-button>
+                        <el-button
+                            size="small"
+                            plain
+                            icon="el-icon-refresh"
+                            :loading="syncingLocMast"
+                            @click="promptSyncLocMast">
+                            鍚屾鍦板浘鍧愭爣
+                        </el-button>
+                        <el-button
+                            size="small"
+                            plain
                             icon="el-icon-refresh"
                             :loading="initializingLocMast"
                             @click="promptInitLocMast">
@@ -568,8 +583,9 @@
                                 <span v-else>{{ valueOrDash(getTableValue(scope.row, field)) }}</span>
                             </template>
                         </el-table-column>
-                        <el-table-column label="鎿嶄綔" width="160" fixed="right" align="center">
+                        <el-table-column label="鎿嶄綔" width="220" fixed="right" align="center">
                             <template slot-scope="scope">
+                                <el-button type="text" @click="openVisualEditor(scope.row)">鍙鍖栫紪杈�</el-button>
                                 <el-button type="text" @click="openEditDialog(scope.row)">淇敼</el-button>
                                 <el-button type="text" style="color:#f56c6c;" @click="removeRows([scope.row[primaryKeyField]])">鍒犻櫎</el-button>
                             </template>

--
Gitblit v1.9.1