From 5298bff988b9e650021d1da272e0a3e43f746f04 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Wed, 24 Dec 2025 18:14:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/planMange/monthlyPlan/edit.vue | 34 +++++++----------------- 1 file changed, 10 insertions(+), 24 deletions(-) diff --git a/src/views/planMange/monthlyPlan/edit.vue b/src/views/planMange/monthlyPlan/edit.vue index 34b1273..9fde576 100644 --- a/src/views/planMange/monthlyPlan/edit.vue +++ b/src/views/planMange/monthlyPlan/edit.vue @@ -12,7 +12,7 @@ ref="formRef" :model="formData" :rules="rules" - label-width="140" + label-width="160" size="large" :disabled="isDetail" > @@ -87,22 +87,6 @@ - - - - - - - @@ -234,7 +218,7 @@ - + - + ({ plannedStartTime: routeParams.value.plannedStartTime, plannedEndTime: routeParams.value.plannedEndTime, // 表单字段(需要传给后端) - majorId: null, // 专业 businessTypeId: null, // 业务类型 - riskLevel: null, // 风险等级 planCategoryId: null, // 类别 towerBaseNumber: '', // 基塔数 - planPersonnel: [], // 计划投入管理人员(数组) - planPersonnelWorkDays: '', // 计划投入管理人员工日 + // planPersonnel: [], // 计划投入管理人员(数组) planCarNum: '', // 计划投入管理人员车辆数 planSkilledWorkerNum: '', // 计划投入熟练工人员数量 planAuxiliaryWorkerNum: '', // 计划投入辅助工人员数量