fix:课程预览教师信息展示

This commit is contained in:
wuyx
2022-11-30 18:24:54 +08:00
parent a349ec6914
commit 7a977b5205
3 changed files with 130 additions and 122 deletions

View File

@@ -123,8 +123,7 @@ export default {
key: "time",
align: "center",
customRender: (time) => {
console.log(time)
return <div style="color:#387DF7">{toDate(time, "Y-M-D h:m")}</div>;
return <div style="color:#387DF7">{toDate(time.record.time, "Y-M-D h:m")}</div>;
},
},