From 3eafd1b9e24091ec57c00b901b84c10f40052c45 Mon Sep 17 00:00:00 2001 From: wkc <978997012@qq.com> Date: Sat, 28 Feb 2026 16:34:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(featured-areas):=20=E5=AE=9E=E7=8E=B0=20pr?= =?UTF-8?q?eviewCustomer=20=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/map/BMapPolygonEditor.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ruoyi-ui/src/map/BMapPolygonEditor.vue b/ruoyi-ui/src/map/BMapPolygonEditor.vue index e5ade47..aa41a1c 100644 --- a/ruoyi-ui/src/map/BMapPolygonEditor.vue +++ b/ruoyi-ui/src/map/BMapPolygonEditor.vue @@ -1226,6 +1226,12 @@ export default { this.$store.dispatch('setIsDrawing', true) this.currentPolygon.enableEditing() }, + /** + * 查看客户 + */ + previewCustomer() { + this.$refs.customerModal.onOpen() + }, setForm(data) { this.areaForm = data this.visible = true