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