Skip to content

Commit

Permalink
Fix column order bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zw963 committed May 3, 2024
1 parent b1b4415 commit db6d764
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/universities/index_page.cr
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ class Universities::IndexPage < MainLayout
th "录取批次"
th "补充信息"
th "2023最低分"
th "2023最低位次"
th "2022最低分"
th "2022最低位次"
th "2021最低分"
th "2021最低位次"
th "2020最低分"
th "2023最低位次"
th "2022最低位次"
th "2021最低位次"
th "2020最低位次"
th "修改时间"
end
Expand Down

0 comments on commit db6d764

Please sign in to comment.