From d5b955494f6d658959e50b9e87ea7ebafb86c6d4 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期三, 05 三月 2025 17:13:09 +0800 Subject: [PATCH] art: 中心项 改为 必填 --- src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue b/src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue index bff6447..4dbe70c 100644 --- a/src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue +++ b/src/views/eam/modules/maintenancePlan/EquipmentMaintenancePlanForm.vue @@ -67,14 +67,14 @@ :wrapperCol="wrapperCol" prop="ranges" > - <a-range-picker + <a-range-picker v-model="model.ranges" style="width:100%" format="YYYY-MM-DD HH:mm:ss" showTime :placeholder="[ '璁″垝寮�濮嬫椂闂�', '璁″垝缁撴潫鏃堕棿']" @change="changeDate" - /> + /> </a-form-model-item> </a-col> </a-row> -- Gitblit v1.9.3