Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -44,6 +44,7 @@ | @@ -44,6 +44,7 @@ | ||
| 44 | icon: 'ant-design:usergroup-add-outlined', | 44 | icon: 'ant-design:usergroup-add-outlined', |
| 45 | label: '租户管理员', | 45 | label: '租户管理员', |
| 46 | onClick: handleTenantAdminDrawer.bind(null, record), | 46 | onClick: handleTenantAdminDrawer.bind(null, record), |
| 47 | + disabled: record.enabled === false, | ||
| 47 | }, | 48 | }, |
| 48 | { | 49 | { |
| 49 | icon: 'clarity:note-edit-line', | 50 | icon: 'clarity:note-edit-line', |