From e7a91ff8da87d76f25fabee1a872bcea174d3a87 Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期三, 13 九月 2023 09:16:38 +0800 Subject: [PATCH] 保养、维修实际用料 bug修改 --- 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