From ac2f0de24a154b235ca55999bbbf120f1c77f7d7 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期一, 26 九月 2022 14:03:38 +0800 Subject: [PATCH] 摄像机管理 添加独立场景 场景名称 input改 select --- src/views/dataView/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/dataView/index.vue b/src/views/dataView/index.vue index 178e6e6..537a877 100644 --- a/src/views/dataView/index.vue +++ b/src/views/dataView/index.vue @@ -29,7 +29,7 @@ <div class="center-count"> <b style="font-size: 40px;">{{ warnTotal }}</b> <p style="margin-top:2px">7鏃ュ唴棰勮鎬婚噺</p> - <p style="margin-top:35px">璁惧鎬婚噺: 974</p> + <p style="margin-top:35px">鍦烘櫙鎬婚噺: 974</p> <p style="margin-top:5px">鐩戞祴鐐规�婚噺: {{ cameraTotal }}</p> </div> </div> @@ -331,7 +331,8 @@ }, pieChartOption: { tooltip: { - trigger: "item" + trigger: "item", + formatter: "{b} {d}%" //鍙鐧惧垎姣� }, legend: { top: "70%", -- Gitblit v1.8.0