新增用户、角色图标
This commit is contained in:
parent
c4f157aa76
commit
56d564017f
@ -86,6 +86,7 @@ const authVisible=ref(false)
|
|||||||
actions: [
|
actions: [
|
||||||
{
|
{
|
||||||
label: '分配权限',
|
label: '分配权限',
|
||||||
|
icon: 'HelpFilled',
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
onClick: handleAuth.bind(null, record),
|
onClick: handleAuth.bind(null, record),
|
||||||
// 根据权限控制是否显示: 有权限,会显示,支持多个
|
// 根据权限控制是否显示: 有权限,会显示,支持多个
|
||||||
|
@ -117,7 +117,7 @@
|
|||||||
|
|
||||||
|
|
||||||
const actionColumn = reactive({
|
const actionColumn = reactive({
|
||||||
width:370,
|
width:400,
|
||||||
label: '操作',
|
label: '操作',
|
||||||
prop: 'action',
|
prop: 'action',
|
||||||
fixed: 'right',
|
fixed: 'right',
|
||||||
@ -142,6 +142,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: '重置密码',
|
label: '重置密码',
|
||||||
|
icon: 'Lock',
|
||||||
type: 'warning',
|
type: 'warning',
|
||||||
onClick: handleResetPassWord.bind(null, record),
|
onClick: handleResetPassWord.bind(null, record),
|
||||||
auth:['sys:user:resetPwd']
|
auth:['sys:user:resetPwd']
|
||||||
|
Loading…
Reference in New Issue
Block a user