From 937d0307d83026db98c23fdaed7cd3cc5657e385 Mon Sep 17 00:00:00 2001 From: zxx <47968546@163.com> Date: Mon, 3 Jul 2023 14:35:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BathroomQuotation/BathroomQuotation/Edit.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 =============================== },