切换角色
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user