Commit e0c834f5 by zhujian

'fx'

parent 52926265
...@@ -146,7 +146,7 @@ function ExamData(props: any) { ...@@ -146,7 +146,7 @@ function ExamData(props: any) {
dataIndex: "currentAccuracy", dataIndex: "currentAccuracy",
sorter: true, sorter: true,
sortOrder: field === "currentAccuracy" ? order : sortStatus.type, sortOrder: field === "currentAccuracy" ? order : sortStatus.type,
render: (text: any) => <span>{text * 100}%</span>, render: (text: any) => <span>{parseInt(text * 100 as any)}%</span>,
}, },
{ {
title: <div>历史正确率 <Tooltip title: <div>历史正确率 <Tooltip
......
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