From 4b90690fc6715504b9df5f9e4d76a7aea849ed7d Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期日, 28 八月 2022 23:14:50 +0800 Subject: [PATCH] 添加排查标记. 修正饼图提示 --- 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