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
     },
     {