mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
fix:课程预览教师信息展示
This commit is contained in:
@@ -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>;
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user