Sign in
canrd-main
/
canrd-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
5148257cc49bd72d732c089a11a48f37073507b9
Authored by
boyang
2025-06-13 16:31:11 +0800
1 parent
2a4c4f79
build: skipped
fix: 显示课题组id
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/pages/ResearchGroup/ResearchGroup/constant.tsx
src/pages/ResearchGroup/ResearchGroup/constant.tsx
View file @
5148257
...
...
@@ -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: '课题组名称',
...
...