Merge branch 'report-master'

This commit is contained in:
BOE\10867418
2023-09-19 09:21:13 +08:00

View File

@@ -1257,7 +1257,7 @@ export default {
align: "center", align: "center",
}, },
{ {
title: "学习时长(分钟)", title: "学习时长",
dataIndex: "studyTime", dataIndex: "studyTime",
ellipsis: true, ellipsis: true,
key: "studyTime", key: "studyTime",
@@ -1304,14 +1304,14 @@ export default {
width: 120, width: 120,
align: "center", align: "center",
}, },
{ // {
title: "状态", // title: "状态",
dataIndex: "publishStatus", // dataIndex: "publishStatus",
ellipsis: true, // ellipsis: true,
key: "publishStatus", // key: "publishStatus",
width: 120, // width: 120,
align: "center", // align: "center",
}, // },
{ {
title: "启用状态", title: "启用状态",
dataIndex: "enabled", dataIndex: "enabled",