From 8dda5c3923bbc377371ccb8c7d4d83c499b5d1c3 Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@smartai.com>
Date: 星期五, 02 九月 2022 05:00:53 +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