Skip to content

Commit

Permalink
feat: 管理员端学院枚举
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxtuneLee committed Mar 31, 2024
1 parent 2eac7dc commit 7eb9882
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/pages/create/Components/reviewerSet/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@ type reviewSetPropsType = {
}
const a = [
'通信与信息工程学院',
'电子与光学工程学院、柔性电子 (未来技术)学院',
'集成电路科学与工程学院',
'电子与光学工程学院、柔性电子(未来技术)学院',
'集成电路科学与工程学院(产教融合学院)',
'计算机学院、软件学院、网络空间安全学院',
'信息材料与纳米技术研究院、材料科学与工程学院',
'自动化学院、人工智能学院',
'材料与工程学院',
'材料科学与工程学院',
'化学与生命科学学院',
'物联网学院',
'理学院',
'现代邮政学院',
'传媒与艺术学院',
'管理学院',
'经济学院',
'马克思主义学院',
'社会与人口学院',
'外国语学院',
'教育科学与技术学院',
'贝尔英才学院',
'海外教育学院',
'波特兰学院',
'应用技术学院',
]
const ReviewSet: React.FC<reviewSetPropsType> = (props) => {
const { value, index, setKey, setValue } = props
Expand Down

0 comments on commit 7eb9882

Please sign in to comment.