From 237b5f107cf9fab2a6b730f1a036dbdcbfb63498 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期一, 27 十一月 2023 15:45:08 +0800 Subject: [PATCH] 1、车间看板页面非全屏模式下使图纸盒子占满底部,而不是被屏幕任务栏遮盖 2、报警分析页面调整右侧表格以及图表布局,调整表格合计持续字段展示格式为时分秒 3.大屏车间管理页面选择已有设备窗口弹出方式由模态窗改为右侧抽屉 --- src/views/eam/modules/dailyInspectionOrder/DailyInspectionOrderExeDrawer.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/eam/modules/dailyInspectionOrder/DailyInspectionOrderExeDrawer.vue b/src/views/eam/modules/dailyInspectionOrder/DailyInspectionOrderExeDrawer.vue index 51a61f3..19dafbd 100644 --- a/src/views/eam/modules/dailyInspectionOrder/DailyInspectionOrderExeDrawer.vue +++ b/src/views/eam/modules/dailyInspectionOrder/DailyInspectionOrderExeDrawer.vue @@ -390,8 +390,8 @@ align: 'center', dataIndex: 'inspectionProjectResult', scopedSlots: { customRender: 'inspectionProjectResult' }, - className: 'red', }, + // className: 'red', // { // title: '鍒ゅ畾', // align: 'center', @@ -409,8 +409,8 @@ align: 'center', dataIndex: 'abnormalDesc', scopedSlots: { customRender: 'abnormalDesc' }, - className: 'red', }, + // className: 'red', // { // title: '寮傚父鎷嶇収', // align: 'center', @@ -422,8 +422,8 @@ align: 'center', dataIndex: 'treatmentMeasure', scopedSlots: { customRender: 'treatmentMeasure' }, - className: 'red', }, + // className: 'red', ], url: { list: "/eam/inspectionOrderDetail/list", -- Gitblit v1.9.3