Commit d07d7e54 by zhujian

'fix'

parent abc11187
...@@ -87,7 +87,7 @@ function ExaminationManager(props: any) { ...@@ -87,7 +87,7 @@ function ExaminationManager(props: any) {
{ {
title: "考试时长", title: "考试时长",
dataIndex: "examDuration", dataIndex: "examDuration",
render: (text: any) => <span>{text || 0}</span>, render: (text: any) => <span>{text || 0}</span>,
}, },
{ {
title: "及格分/总分", title: "及格分/总分",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment