From cc241ddf58838b26a0e562bd5930674264659bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Tue, 9 May 2023 11:43:08 +0800 Subject: [PATCH] 'commit' --- src/main/resource/ExcelExportTemplate/exam.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/main/resource/ExcelExportTemplate/exam.json b/src/main/resource/ExcelExportTemplate/exam.json index 22fc605..5793061 100644 --- a/src/main/resource/ExcelExportTemplate/exam.json +++ b/src/main/resource/ExcelExportTemplate/exam.json @@ -25,6 +25,11 @@ "list_column_name": "score", "width": 40 }, + { + "show_column_name": "用时", + "list_column_name": "ys", + "width": 40 + }, { "show_column_name": "开始时间", "list_column_name": "start_time", @@ -35,11 +40,5 @@ "list_column_name": "end_time", "width": 40 } - , - { - "show_column_name": "用时", - "list_column_name": "ys", - "width": 40 - } ] } \ No newline at end of file