mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 21:06:44 +08:00
fix:修改课程管理/课程审核创建时间问题
This commit is contained in:
@@ -65,7 +65,6 @@
|
||||
import { reactive, toRefs, onMounted } from "vue";
|
||||
import { courseListView } from "../../api/indexAudit";
|
||||
import * as api1 from "@/api/index1";
|
||||
import { toDate } from "../../api/method";
|
||||
|
||||
export default {
|
||||
name: "CoursereViewed",
|
||||
@@ -123,7 +122,7 @@ export default {
|
||||
key: "time",
|
||||
align: "center",
|
||||
customRender: (time) => {
|
||||
return <div style="color:#387DF7">{toDate(time.record.time, "Y-M-D h:m")}</div>;
|
||||
return <div style="color:#387DF7">{time.record.time}</div>;
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user