From 14101bd42ce17dfb9d951d0738abe9d303fb3fe5 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期一, 11 十二月 2023 10:41:39 +0800 Subject: [PATCH] 机器开机率、人员技能比饼图优化 --- src/views/cockpitPage/components/PerSonnelProductivity.vue | 2 +- src/views/cockpitPage/components/MachineStartupRate.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/cockpitPage/components/MachineStartupRate.vue b/src/views/cockpitPage/components/MachineStartupRate.vue index ffbb382..7da5477 100644 --- a/src/views/cockpitPage/components/MachineStartupRate.vue +++ b/src/views/cockpitPage/components/MachineStartupRate.vue @@ -76,7 +76,7 @@ }, series: [ { - name: "Access From", + name: "", type: "pie", radius: ["58%", "70%"], avoidLabelOverlap: false, diff --git a/src/views/cockpitPage/components/PerSonnelProductivity.vue b/src/views/cockpitPage/components/PerSonnelProductivity.vue index 94223a8..407ad78 100644 --- a/src/views/cockpitPage/components/PerSonnelProductivity.vue +++ b/src/views/cockpitPage/components/PerSonnelProductivity.vue @@ -294,7 +294,7 @@ }, series: [ { - name: "Access From", + name: "浜哄憳鎶�鑳芥瘮", type: "pie", radius: ["52%", "62%"], avoidLabelOverlap: false, -- Gitblit v1.8.0