From 706ce143950d67fef6af9e0c12a1df4dbeb1199e Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Wed, 19 Mar 2025 14:15:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BC=96=E8=BE=91=E5=91=98=E5=B7=A5?= =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=AF=86=E7=A0=81=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/shop/staff/config/edit.ts | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/shop/staff/config/edit.ts b/src/views/shop/staff/config/edit.ts index b168e17..bb05d21 100644 --- a/src/views/shop/staff/config/edit.ts +++ b/src/views/shop/staff/config/edit.ts @@ -95,19 +95,19 @@ const modalConfig: IModalConfig = { sm: 12, }, }, - { - label: "登录密码", - prop: "accountPwd", - rules: [{ required: false, message: "请输入登录密码", trigger: "blur" }], - type: "input", - attrs: { - placeholder: "请输入登录密码", - }, - col: { - xs: 24, - sm: 12, - }, - }, + // { + // label: "登录密码", + // prop: "accountPwd", + // rules: [{ required: false, message: "请输入登录密码", trigger: "blur" }], + // type: "input", + // attrs: { + // placeholder: "请输入登录密码", + // }, + // col: { + // xs: 24, + // sm: 12, + // }, + // }, {