outaozhen 3 years ago
parent
commit
ea93fdf664
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/Institutions/Staff/index.tsx

+ 1 - 1
src/pages/Institutions/Staff/index.tsx

@@ -94,7 +94,7 @@ const CompanyList: React.FC<ListProps> = ({ schema, dispatch, accountTypeList })
       dataIndex: 'enable',
       key: 'enable',
       title: '状态',
-      width: 56,
+      width: 86,
       align: 'center',
       filters: true,
       filterMultiple: false,