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