chore: show existing when add file

This commit is contained in:
jialin
2025-10-23 11:52:49 +08:00
parent cc0580301e
commit a815e71bfe
25 changed files with 256 additions and 97 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ export default {
'users.table.username': '用户名',
'users.table.role': '角色',
'users.table.status': '状态',
'users.status.active': '激活',
'users.status.inactive': '用',
'users.status.active': '启用',
'users.status.inactive': '用',
'users.form.active': '激活账户',
'users.form.active.description': '启用或禁用此用户账户',
'users.form.fullname': '全名',