refactor: user table list

This commit is contained in:
jialin
2025-10-13 19:55:08 +08:00
parent d3f39ae06b
commit 2c9f5062a9
10 changed files with 254 additions and 285 deletions
+2 -1
View File
@@ -171,5 +171,6 @@ export default {
'models.table.noselected': '未选择用户',
'models.table.users.all': '所有用户',
'models.table.users.selected': '已选用户',
'models.table.nouserFound': '未找到用户'
'models.table.nouserFound': '未找到用户',
'models.form.performance': '性能'
};