Merge branch 'zcwy1026' into 'master'

修改学习路径图管理在线完成时间问题

See merge request !148
This commit is contained in:
joshen
2023-10-27 13:21:30 +08:00

View File

@@ -310,7 +310,7 @@ export default {
customRender: (text) => {
return (
<div class="racona">
<span> {text.record.lastStudyTime?text.record.lastStudyTime:"-"}</span>
<span> {text.record.lastStudyTime && text.record.finishStatus == 1 ?text.record.lastStudyTime:"-"}</span>
</div>
);
},