From 4a4f4d8a7c3af70d469ca7bd5b38dc8561ba4718 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Thu, 28 May 2026 20:13:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E4=BA=A7=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basic/components/addEquipment.vue | 232 +++++------------- 1 file changed, 56 insertions(+), 176 deletions(-) diff --git a/src/views/productionSchedulingPlan/basic/components/addEquipment.vue b/src/views/productionSchedulingPlan/basic/components/addEquipment.vue index e3674c69..2dd206f8 100644 --- a/src/views/productionSchedulingPlan/basic/components/addEquipment.vue +++ b/src/views/productionSchedulingPlan/basic/components/addEquipment.vue @@ -1,12 +1,5 @@ @@ -56,24 +35,11 @@ *设备名称 @@ -91,23 +57,10 @@ *设备分类 @@ -118,20 +71,9 @@ :rules="formRules.processId"--> @@ -142,20 +84,9 @@ @@ -176,25 +107,18 @@ @@ -299,15 +178,8 @@ *设备顺序 @@ -488,8 +360,7 @@ export default { if (item.endNum && nextItem.startNum) { if (parseFloat(item.endNum) !== parseFloat(nextItem.startNum)) { this.$message.error( - `第${i + 1}行,第${j + 1}组的结束值 (${item.endNum}) 必须等于第${ - j + 2 + `第${i + 1}行,第${j + 1}组的结束值 (${item.endNum}) 必须等于第${j + 2 }组的开始值 (${nextItem.startNum})` ); return false; @@ -754,7 +625,8 @@ export default { font-size: 14px; line-height: 1.5; } -:deep(.el-table .el-table__cell) { + +:deep(.el-table .el-table__body .el-table__cell) { height: 50px !important; padding: 0 !important; line-height: 50px !important; @@ -763,4 +635,12 @@ export default { .ability-row { margin-bottom: 10px; } + +:deep(.ability-input-group) { + .el-form-item__content { + div { + margin: auto; + } + } +} \ No newline at end of file