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, + // }, + // }, {