fix: edit user password optional

This commit is contained in:
jialin
2024-07-19 17:29:39 +08:00
parent b8b0d39635
commit b48be3b883
11 changed files with 56 additions and 25 deletions
+2 -1
View File
@@ -175,7 +175,8 @@ export default {
'common.table.user': '用户',
'common.settings.instructions': '操作指引',
'common.settings.language': '语言',
'common.delete.confirm': '删除选中的{type}吗?',
'common.delete.confirm': '删除选中的{type},确定吗?',
'common.delete.single.confirm': '删除 {name},确定吗?',
'common.filter.name': '名称查询',
'common.form.password': '密码',
'common.form.username': '用户名',