Merge pull request '📧更正权限字符串格式' (#131) from KaneLeung/Admin.NET.Pro:main into main

Reviewed-on: http://101.43.53.74:3000/Admin.NET/Admin.NET.Pro/pulls/131
This commit is contained in:
zuohuaijun 2024-09-08 14:19:34 +08:00
commit 7d1434b948

View File

@ -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