mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 09:26:44 +08:00
Merge branch 'report-master'
This commit is contained in:
@@ -387,13 +387,21 @@ export default {
|
||||
width: 140,
|
||||
},
|
||||
{
|
||||
title: "课程状态",
|
||||
title: "发布状态",
|
||||
dataIndex: "publishStatus",
|
||||
ellipsis: true,
|
||||
key: "publishStatus",
|
||||
align: "center",
|
||||
width: 120,
|
||||
},
|
||||
{
|
||||
title: "启用状态",
|
||||
dataIndex: "enabled",
|
||||
ellipsis: true,
|
||||
key: "enabled",
|
||||
align: "center",
|
||||
width: 120,
|
||||
},
|
||||
{
|
||||
title: "创建人",
|
||||
dataIndex: "createName",
|
||||
|
||||
@@ -1308,7 +1308,15 @@ export default {
|
||||
title: "状态",
|
||||
dataIndex: "publishStatus",
|
||||
ellipsis: true,
|
||||
key: "classStatus",
|
||||
key: "publishStatus",
|
||||
width: 120,
|
||||
align: "center",
|
||||
},
|
||||
{
|
||||
title: "启用状态",
|
||||
dataIndex: "enabled",
|
||||
ellipsis: true,
|
||||
key: "enabled",
|
||||
width: 120,
|
||||
align: "center",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user