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 @@