feat: 用户列表重构

This commit is contained in:
kailong321200875
2023-07-23 19:34:09 +08:00
parent 9a0259de5c
commit 755cea0990
14 changed files with 355 additions and 318 deletions

View File

@@ -487,7 +487,14 @@ export default {
role: 'Role',
remark: 'Remark',
remarkMessage1: 'Back end control routing permission',
remarkMessage2: 'Front end control routing permission'
remarkMessage2: 'Front end control routing permission',
// 部门列表
departmentList: 'Department list',
// 搜索部门
searchDepartment: 'Search department',
account: 'Account',
email: 'Email',
createTime: 'Create time'
},
inputPasswordDemo: {
title: 'InputPassword',

View File

@@ -17,7 +17,7 @@ export default {
closeTab: '关闭标签页',
closeTheLeftTab: '关闭左侧标签页',
closeTheRightTab: '关闭右侧标签页',
closeOther: '关闭其标签页',
closeOther: '关闭其标签页',
closeAll: '关闭全部标签页',
prevLabel: '上一步',
nextLabel: '下一步',
@@ -106,7 +106,7 @@ export default {
register: '注册',
checkPassword: '确认密码',
login: '登录',
otherLogin: '其登录方式',
otherLogin: '其登录方式',
remember: '记住我',
hasUser: '已有账号?去登录',
forgetPassword: '忘记密码',
@@ -480,7 +480,13 @@ export default {
role: '角色',
remark: '备注',
remarkMessage1: '后端控制路由权限',
remarkMessage2: '前端控制路由权限'
remarkMessage2: '前端控制路由权限',
// 部门列表
departmentList: '部门列表',
searchDepartment: '搜索部门',
account: '账号',
email: '邮箱',
createTime: '创建时间'
},
inputPasswordDemo: {
title: '密码输入框',