mirror of
https://github.com/PlayEdu/backend
synced 2025-12-25 19:49:56 +08:00
线上课加入选修必修字段
This commit is contained in:
@@ -107,6 +107,13 @@ export const CoursePage = () => {
|
||||
</div>
|
||||
),
|
||||
},
|
||||
{
|
||||
title: "类别",
|
||||
dataIndex: "isRequired",
|
||||
render: (isRequired: number) => (
|
||||
<span>{isRequired === 1 ? "必修课" : "选修课"}</span>
|
||||
),
|
||||
},
|
||||
{
|
||||
title: "是否显示",
|
||||
dataIndex: "is_show",
|
||||
|
||||
Reference in New Issue
Block a user