Commit 4e23403bec5fd84369a09af5ec15b1cdd14ee1fc

Authored by loveumiko
1 parent ced7badb

fix: 租户角色在启用状态下,隐藏删除按钮

... ... @@ -41,6 +41,7 @@
41 41 {
42 42 label: '删除',
43 43 auth: 'api:yt:role:delete',
  44 + ifShow: !record.status,
44 45 icon: 'ant-design:delete-outlined',
45 46 color: 'error',
46 47 popConfirm: {
... ...