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