From 011a6bfb3f8f685926d6ae36099493d46cb03e6d Mon Sep 17 00:00:00 2001 From: zhangjf Date: Mon, 23 Feb 2026 13:14:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=AE=A2=E6=88=B7=E8=A1=A8=E5=8D=95=E4=B8=8E=E5=90=8E?= =?UTF-8?q?=E7=AB=AF=E5=AD=97=E6=AE=B5=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增联系人(contact)字段,设为必填 - 客户编码(customerCode)设为必填 - 移除后端不支持的字段:简称、客户等级、所属行业 - 表单字段与后端CustomerCreateDTO保持一致 --- fund-mobile/src/views/customer/Add.vue | 74 +++++++------------------- 1 file changed, 19 insertions(+), 55 deletions(-) diff --git a/fund-mobile/src/views/customer/Add.vue b/fund-mobile/src/views/customer/Add.vue index 5441cf0..290f02e 100644 --- a/fund-mobile/src/views/customer/Add.vue +++ b/fund-mobile/src/views/customer/Add.vue @@ -9,6 +9,8 @@ name="customerCode" label="客户编码" placeholder="请输入客户编码" + :rules="[{ required: true, message: '请输入客户编码' }]" + required /> - - - - - - - - -