mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
fix:修改课程管理/课程审核创建时间问题
This commit is contained in:
@@ -3161,7 +3161,7 @@ const columns1 = [
|
||||
key: "9",
|
||||
align: "center",
|
||||
customRender: ({text}) => {
|
||||
return text ? getdateToTime(text * 1000) : "-";
|
||||
return text ? text : "-";
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -3916,6 +3916,7 @@ export default defineComponent({
|
||||
beginTime: startTime,
|
||||
});
|
||||
const {rows, total} = res.data.data;
|
||||
console.log(res.data.data)
|
||||
state.tableDataTotal1 = total;
|
||||
const datas = traverseArr(
|
||||
rows,
|
||||
|
||||
Reference in New Issue
Block a user