From 0c1e5b7f1bb69dc8514a4350834ec34b9d10d77f Mon Sep 17 00:00:00 2001 From: “linengliang” <vanSuperEnergy@163.com> Date: 星期三, 13 九月 2023 17:33:44 +0800 Subject: [PATCH] 预测性维护工单 1.工单执行 2.子表:触发条件,维护内容,计划用料,危险防控,作业指导书,实际用料,实际工时 --- src/views/eam/modules/equipmentNew/EquipmentPrecisionParametersList.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/eam/modules/equipmentNew/EquipmentPrecisionParametersList.vue b/src/views/eam/modules/equipmentNew/EquipmentPrecisionParametersList.vue index 66b8770..ae0ecd2 100644 --- a/src/views/eam/modules/equipmentNew/EquipmentPrecisionParametersList.vue +++ b/src/views/eam/modules/equipmentNew/EquipmentPrecisionParametersList.vue @@ -169,19 +169,19 @@ title: '绮惧害鍙傛暟缂栫爜', dataIndex: 'precisionParametersNum', align: "center", - width:250, + // width:250, }, { title: '绮惧害鍙傛暟鍚嶇О', dataIndex: 'precisionParametersName', align: "center", - width:250, + // width:250, }, { title: '璁¢噺鍗曚綅', dataIndex: 'precisionParametersUnitName', align: "center", - width:250, + // width:250, }, { title: '涓婇檺鍊�', @@ -190,7 +190,7 @@ // scopedSlots: { // customRender: 'upperLimit' // }, - width:250, + // width:250, }, { title: '涓嬮檺鍊�', @@ -199,7 +199,7 @@ // scopedSlots: { // customRender: 'lowerLimit' // }, - width:250, + // width:250, }, { title: '瀹為檯绮惧害鍊�', @@ -208,7 +208,7 @@ // scopedSlots: { // customRender: 'actualValue' // }, - width:250, + // width:250, }, { title: '澶囨敞', -- Gitblit v1.9.3