From a144a18ab582fd3a8c945cba60bc364dbe7f31e8 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期四, 28 三月 2024 16:59:55 +0800 Subject: [PATCH] 1、新增点击设备运行状态图标跳转至设备监控页面并根据状态及当前层级筛选页面对应数据 2、新增点击设备利用率的横向柱状图跳转至统计分析页面并根据所点击层级筛选页面对应数据 3、解决router.push以及router.replace跳转后报错 --- src/views/eam/modules/dailyInspectionOrder/DailyInspectionOrderExeDrawer.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/eam/modules/dailyInspectionOrder/DailyInspectionOrderExeDrawer.vue b/src/views/eam/modules/dailyInspectionOrder/DailyInspectionOrderExeDrawer.vue index ede2781..8888f42 100644 --- a/src/views/eam/modules/dailyInspectionOrder/DailyInspectionOrderExeDrawer.vue +++ b/src/views/eam/modules/dailyInspectionOrder/DailyInspectionOrderExeDrawer.vue @@ -145,7 +145,7 @@ slot-scope='text, record, index' > <div :key="col.dataIndex"> - <span + <!-- <span v-if=" col.dataIndex == 'photo' && !text" style="font-size: 12px;font-style: italic;" >鏃犲浘鐗�</span> @@ -156,7 +156,7 @@ height="25px" alt="" style="max-width:80px;font-size: 12px;font-style: italic;" - /> + /> --> <!-- <j-dict-select-tag v-if="col.dataIndex == 'inspectionProjectResult' " allow-clear @@ -206,7 +206,7 @@ :disabled="record.disabled" /> - <j-image-upload + <!-- <j-image-upload :value="text" v-if="col.dataIndex == 'abnormalPhoto'" :isMultiple="false" @@ -215,7 +215,7 @@ @change="(e)=>handleChange(e, record.key, col, index)" :disabled="record.disabled" > - </j-image-upload> + </j-image-upload> --> <!-- <Tooltip placement="top" -- Gitblit v1.9.3