mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
Merge branch 'report-master'
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user