From 49a74a67140e814bb70efcde61b37d4750448e6a Mon Sep 17 00:00:00 2001
From: zhuzhuanzhuan
Date: 星期二, 14 五月 2024 16:39:01 +0800
Subject: [PATCH] 1、设备加工工件报表页面调整表格唯一标识字段由equipmentId调整为id以试图解决项目服务器上表格数据混乱问题 2、设备利用率、设备开动率、班次利用率以及设备综合效率分析页面调整设备类型、驱动类型、设备级别以及设备种类页面组件为多选下拉菜单

---
 src/views/dashboard/WorkshopSectionSignage.vue |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/views/dashboard/WorkshopSectionSignage.vue b/src/views/dashboard/WorkshopSectionSignage.vue
index 83d0428..e967cf7 100644
--- a/src/views/dashboard/WorkshopSectionSignage.vue
+++ b/src/views/dashboard/WorkshopSectionSignage.vue
@@ -264,7 +264,7 @@
         signageApi.getEquipmentStatusStatisticsApi(this.productionCode)
           .then(res => {
             if (res.success) this.runningStateData = res.result.list
-            this.drawRunningStateChart(res.result.producitonId)
+            this.drawRunningStateChart(res.result.productionId)
           })
       },
 
@@ -393,7 +393,7 @@
               center: ['50%', '50%'],
               color: [
                 '#0FC61A',
-                '#0DAF15',
+                '#F56436',
                 '#8B8B8B'
               ],
               label: {
@@ -806,7 +806,6 @@
               fontSize: 18,
               fontWeight: 'normal',
               color: '#1AD8DE',
-              fontWeight: 'bold'
             }
           },
           tooltip: {
@@ -996,7 +995,6 @@
               fontSize: 18,
               fontWeight: 'normal',
               color: '#1AD8DE',
-              fontWeight: 'bold'
             }
           },
           tooltip: {

--
Gitblit v1.9.3