Commit ea877e9e by yanglang123

修改

parent aed4885f
No preview for this file type
......@@ -82,7 +82,7 @@ class Check extends Component {
key: "submitTime",
render: text => (
<div>
<p>{func.formateTime(text.submitTime)}</p>
<p>{func.formateTime(text)}</p>
</div>
),
},
......@@ -374,6 +374,8 @@ class Check extends Component {
department: paperList[i].depart,
status: paperList[i].state,
sum: paperList[i].sumScore,
submitTime: paperList[i].submitTime,
duration: paperList[i].duration,
impersonality: paperList[i].objectiveScore,
subjectivity:
paperList[i].subjectiveScore >= 0 ? paperList[i].subjectiveScore : "",
......
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