mirror of
https://github.com/PlayEdu/backend
synced 2025-12-25 19:49:56 +08:00
线上课新建、编辑优化
This commit is contained in:
@@ -157,7 +157,6 @@ export const CoursePage = () => {
|
||||
{
|
||||
title: "必修/选修",
|
||||
dataIndex: "isRequired",
|
||||
width: 120,
|
||||
render: (isRequired: number) => (
|
||||
<span>{isRequired === 1 ? "必修课" : "选修课"}</span>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user