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