Commit ea877e9e by yanglang123

修改

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