Commit c7f16e22e336c53876a227bdf88ea7c7aa8eeb52

Authored by fengwotao
1 parent c2640685

feat: 新增租户停用,租户管理员则不可点击

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