lanjianrong 3 years ago
parent
commit
44ec5763c7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/pages/Institutions/Staff/index.tsx

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

@@ -128,6 +128,7 @@ const CompanyList: React.FC<ListProps> = ({ schema, dispatch, accountTypeList })
       dataIndex: 'institutionID',
       key: 'institutionID',
       title: '所属企事业单位',
+      width: 120,
       renderText: (_, record) => record.institution.name
     },
     {