From ebf34b7f104d5498c2a659f4c7f4e10d50b58f25 Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Mon, 25 Aug 2025 09:29:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AE=89=E5=85=A8=E5=AE=A1?= =?UTF-8?q?=E6=9F=A5=E5=8C=BA=E5=9F=9F=EF=BC=8C=E7=99=BE=E7=A7=91=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E6=90=9C=E7=B4=A2=E6=94=B9=E4=B8=BA=E5=9B=9E?= =?UTF-8?q?=E8=BD=A6=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/databaseLibary/index.vue | 3 ++- src/views/safetyReview/dashboard/index.vue | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/views/databaseLibary/index.vue b/src/views/databaseLibary/index.vue index 80162e6..9f02f43 100644 --- a/src/views/databaseLibary/index.vue +++ b/src/views/databaseLibary/index.vue @@ -76,7 +76,7 @@
其他选项
-
@@ -157,6 +157,7 @@ const getBusDependencyData = () => { }).then(response => { if (response.code == 200) { busDependencyData.value = response.data.list + console.log('属地数据', busDependencyData.value) } }) } diff --git a/src/views/safetyReview/dashboard/index.vue b/src/views/safetyReview/dashboard/index.vue index 417fbe8..09de1ad 100644 --- a/src/views/safetyReview/dashboard/index.vue +++ b/src/views/safetyReview/dashboard/index.vue @@ -224,6 +224,21 @@ const mraPathData = ref([ paddingLeft: 12, // 文字背景左右间距 reviewFlag: undefined, // true 需要 ,false 是不需要审查 safetyReviewDashboardList: [] // 该楼下各个属地审查结果 + }, + { + path: "M729,730l21-74H883l-7,73Z", // 451 + transform: 'translate(-380.5, -276.5)', + x: 410, + y: 370, + width: 50, // 文字背景宽 + height: 26, // 文字背景高 + rx: 4, // 圆角 + ry: 4, // 圆角 + text: "150", + paddingTop: 6, // 文字背景上下间距 + paddingLeft: 12, // 文字背景左右间距 + reviewFlag: undefined, // true 需要 ,false 是不需要审查 + safetyReviewDashboardList: [] // 该楼下各个属地审查结果 }, ]) // 创建路径数据