|
|
@ -251,7 +251,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
textAlign: "center"
|
|
|
|
textAlign: "center"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}>
|
|
|
|
}>
|
|
|
|
{record.cost_time === null? "--":record.cost_time === undefined?"--":
|
|
|
|
{record.cost_time === null? "--":record.cost_time === undefined?"--":record.cost_time === "--"?"--":
|
|
|
|
<Tooltip placement="bottom" title={<div>
|
|
|
|
<Tooltip placement="bottom" title={<div>
|
|
|
|
学员在EduCoder做实训花费的时间
|
|
|
|
学员在EduCoder做实训花费的时间
|
|
|
|
</div>}>
|
|
|
|
</div>}>
|
|
|
@ -527,7 +527,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
textAlign: "center"
|
|
|
|
textAlign: "center"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}>
|
|
|
|
}>
|
|
|
|
{record.cost_time === null? "--":record.cost_time === undefined?"--":
|
|
|
|
{record.cost_time === null? "--":record.cost_time === undefined?"--":record.cost_time === "--"?"--":
|
|
|
|
<Tooltip placement="bottom" title={<div>
|
|
|
|
<Tooltip placement="bottom" title={<div>
|
|
|
|
学员在EduCoder做实训花费的时间
|
|
|
|
学员在EduCoder做实训花费的时间
|
|
|
|
</div>}>
|
|
|
|
</div>}>
|
|
|
@ -853,7 +853,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
textAlign: "center"
|
|
|
|
textAlign: "center"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}>
|
|
|
|
}>
|
|
|
|
{record.cost_time === null ? "--":record.cost_time === undefined ?"--":
|
|
|
|
{record.cost_time === null ? "--":record.cost_time === undefined ?"--":record.cost_time === "--" ?"--":
|
|
|
|
<Tooltip placement="bottom" title={<div>
|
|
|
|
<Tooltip placement="bottom" title={<div>
|
|
|
|
学员在EduCoder做实训花费的时间
|
|
|
|
学员在EduCoder做实训花费的时间
|
|
|
|
</div>}>
|
|
|
|
</div>}>
|
|
|
|