diff --git a/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue b/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue index 4a1f417..07a0b3d 100644 --- a/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue +++ b/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue @@ -1051,7 +1051,16 @@ export default { project_name: [ - { required: true, message: '请输入工程名' } + { required: true, message: '请输入工程名' }, + ], + main_cabinet_length: [ + { required: true, message: '主柜规格 长' }, + ], + main_cabinet_width: [ + { required: true, message: '主柜规格 宽' }, + ], + main_cabinet_height: [ + { required: true, message: '主柜规格 高' }, ] // =============================== 表单校验 自动生成 End =============================== },