mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
fix:修改学习路径图时间显示问题
This commit is contained in:
@@ -669,7 +669,6 @@ import ProjCheckShip from "../../components/drawers/ProjCheckPower";
|
||||
import * as api from "../../api/index1";
|
||||
import { message } from "ant-design-vue";
|
||||
import {
|
||||
toDate,
|
||||
commonData,
|
||||
changeOwnership,
|
||||
// setCookie
|
||||
@@ -1047,10 +1046,10 @@ export default {
|
||||
: "-",
|
||||
creater: value.createName ? value.createName : "-",
|
||||
pubtime: value.publishTime
|
||||
? toDate(value.publishTime, "Y-M-D h:m:s")
|
||||
? value.publishTime
|
||||
: "-",
|
||||
cretime: value.createTime
|
||||
? toDate(value.createTime, "Y-M-D h:m:s")
|
||||
? value.createTime
|
||||
: "-",
|
||||
remark: value.remark ? value.remark : "-",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user