From db6d764e9e7302f074775abf2871570ea2698a71 Mon Sep 17 00:00:00 2001 From: "Billy.Zheng" Date: Sat, 4 May 2024 00:11:29 +0800 Subject: [PATCH] Fix column order bug --- src/pages/universities/index_page.cr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/universities/index_page.cr b/src/pages/universities/index_page.cr index 080241c..cf9efb1 100644 --- a/src/pages/universities/index_page.cr +++ b/src/pages/universities/index_page.cr @@ -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