From f3a59f9755ad10eb9b01ec8d351a50be35ed4785 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com>
Date: Mon, 26 Jan 2026 23:54:46 +0800
Subject: [PATCH] =?UTF-8?q?fix(shop):=20=E4=BF=AE=E5=A4=8D=E7=BB=8F?=
=?UTF-8?q?=E9=94=80=E5=95=86=E7=94=A8=E6=88=B7=E7=B1=BB=E5=9E=8B=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA=E5=92=8C=E8=A1=A8=E5=8D=95=E9=AA=8C=E8=AF=81=E9=97=AE?=
=?UTF-8?q?=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 将用户类型中的企业改为门店
- 注释掉集团类型的显示选项
- 将表单项姓名改为真实姓名
- 更新输入框提示文字为请输入真实姓名
- 修改表单验证消息为请填写真实姓名
---
.env.development | 2 +-
.../shopDealerUser/components/shopDealerUserEdit.vue | 10 +++++-----
src/views/shop/shopDealerUser/index.vue | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.env.development b/.env.development
index fbcc74b..b8ccd8b 100644
--- a/.env.development
+++ b/.env.development
@@ -1,5 +1,5 @@
VITE_APP_NAME=后台管理(开发环境)
-VITE_API_URL=http://127.0.0.1:9200/api
+#VITE_API_URL=http://127.0.0.1:9200/api
#VITE_SERVER_API_URL=http://127.0.0.1:8000/api
diff --git a/src/views/shop/shopDealerUser/components/shopDealerUserEdit.vue b/src/views/shop/shopDealerUser/components/shopDealerUserEdit.vue
index 14648fc..7a995b6 100644
--- a/src/views/shop/shopDealerUser/components/shopDealerUserEdit.vue
+++ b/src/views/shop/shopDealerUser/components/shopDealerUserEdit.vue
@@ -39,8 +39,8 @@
经销商
- 企业
- 集团
+ 门店
+
@@ -56,11 +56,11 @@
-
+
@@ -294,7 +294,7 @@
{
required: true,
type: 'string',
- message: '请填写姓名',
+ message: '请填写真实姓名',
trigger: 'blur'
}
],
diff --git a/src/views/shop/shopDealerUser/index.vue b/src/views/shop/shopDealerUser/index.vue
index 9eab787..029b225 100644
--- a/src/views/shop/shopDealerUser/index.vue
+++ b/src/views/shop/shopDealerUser/index.vue
@@ -25,8 +25,8 @@
经销商
- 企业
- 集团
+ 门店
+