Commit 5148257cc49bd72d732c089a11a48f37073507b9

Authored by boyang
1 parent 2a4c4f79

fix: 显示课题组id

src/pages/ResearchGroup/ResearchGroup/constant.tsx
... ... @@ -20,7 +20,6 @@ export const RESEARCH_GROUP_COLUMNS = [
20 20 key: 'id',
21 21 valueType: 'index',
22 22 hideInSearch: true,
23   - hideInTable: true,
24 23 },
25 24 {
26 25 title: '课题组名称',
... ...