课程停用标志

This commit is contained in:
BOE\10867418
2023-09-11 17:34:03 +08:00
parent 2a50f04e0c
commit 6121bc5afb
2 changed files with 18 additions and 2 deletions

View File

@@ -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",

View File

@@ -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",
},