From 705da46633d9b6131143a4610c6132e94347bee6 Mon Sep 17 00:00:00 2001 From: lb Date: Thu, 24 Nov 2022 16:31:23 +0800 Subject: [PATCH] =?UTF-8?q?update=203d=EF=BC=8C=E5=AE=9E=E6=97=B6=E4=BA=A7?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/RightContentAlert.vue | 2 +- .../components/RightContentProductRate.vue | 31 +++--- .../RightContentRealtimeProduction.vue | 97 ++++++++++++++++--- 3 files changed, 94 insertions(+), 36 deletions(-) diff --git a/src/views/3DOverview/components/RightContentAlert.vue b/src/views/3DOverview/components/RightContentAlert.vue index 826a944..a90acb2 100644 --- a/src/views/3DOverview/components/RightContentAlert.vue +++ b/src/views/3DOverview/components/RightContentAlert.vue @@ -53,7 +53,7 @@ const PriorityComponent = { const tableProps = [ { prop: 'eqName', label: '设备名称', align: 'center', 'min-width': 90 }, - { prop: 'plName', label: '所属产线', align: 'center', 'min-width': 90 }, + // { prop: 'plName', label: '所属产线', align: 'center', 'min-width': 90 }, { prop: 'priority', label: '提示等级', align: 'center', 'min-width': 90, subcomponent: PriorityComponent }, { prop: 'content', label: '巡检内容', align: 'center', 'min-width': 120 }, { prop: 'duration', label: '累计时间(min)', align: 'center', 'min-width': 125 } diff --git a/src/views/3DOverview/components/RightContentProductRate.vue b/src/views/3DOverview/components/RightContentProductRate.vue index 0f7bf3c..2f6c9f7 100644 --- a/src/views/3DOverview/components/RightContentProductRate.vue +++ b/src/views/3DOverview/components/RightContentProductRate.vue @@ -5,6 +5,7 @@