📧更正权限字符串格式
This commit is contained in:
parent
c0a77d620d
commit
ce8ad7b8f9
@ -135,7 +135,7 @@ const options = useVxeTable<SysLdap>(
|
||||
{ field: 'version', title: 'Ldap版本', minWidth: 120, showOverflow: 'tooltip' },
|
||||
{ field: 'status', title: '状态', width: 80, showOverflow: 'tooltip', slots: { default: 'row_status' } },
|
||||
{ field: '', title: '修改记录', width: 100, showOverflow: 'tooltip', slots: { default: 'row_record' } },
|
||||
{ title: '操作', fixed: 'right', width: 200, showOverflow: true, slots: { default: 'row_buttons' }, visible: auths(['sysLdap:update', 'sysLdap:delete', 'sysLdap:syncUser']) },
|
||||
{ title: '操作', fixed: 'right', width: 200, showOverflow: true, slots: { default: 'row_buttons' }, visible: auths(['sysLdap/update', 'sysLdap/delete', 'sysLdap/syncUser']) },
|
||||
],
|
||||
},
|
||||
// vxeGrid配置参数(此处可覆写任何参数),参考vxe-table官方文档
|
||||
|
||||
Loading…
Reference in New Issue
Block a user