优化提示信息

This commit is contained in:
RuoYi
2021-12-02 10:44:15 +08:00
parent b1bc3ceb27
commit 82779f3c70
12 changed files with 17 additions and 39 deletions

View File

@@ -596,7 +596,7 @@ export default {
cancelButtonText: "取消",
closeOnClickModal: false,
inputPattern: /^.{5,20}$/,
inputErrorMessage: "用户密码长度必须介于 5 和 20 之间",
inputErrorMessage: "用户密码长度必须介于 5 和 20 之间"
}).then(({ value }) => {
resetUserPwd(row.userId, value).then(response => {
this.$modal.msgSuccess("修改成功,新密码是:" + value);