切换角色

This commit is contained in:
qsh
2024-05-27 12:07:13 +08:00
parent 8adaf72682
commit 34b4f84293
17 changed files with 333 additions and 42 deletions

View File

@@ -42,10 +42,10 @@ const pageSize = ref(20)
const currentPage = ref(1)
const columns = ref([
{ prop: 'nickname', label: '姓名' },
{ prop: 'mobile', label: '手机号' },
{ prop: 'name', label: '姓名', width: '200px' },
{ prop: 'mobile', label: '手机号', width: '150px' },
{ prop: 'deptName', label: '部门' },
{ prop: '', label: '角色', width: '300px' }
{ prop: 'roles', label: '角色' }
])
async function getList() {