lanjianrong 3 년 전
부모
커밋
44ec5763c7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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
     },
     {