线上课新建、编辑优化

This commit is contained in:
禺狨
2023-03-22 16:39:16 +08:00
parent 2b40133ed8
commit 11896ac9a2
5 changed files with 43 additions and 35 deletions

View File

@@ -157,7 +157,6 @@ export const CoursePage = () => {
{
title: "必修/选修",
dataIndex: "isRequired",
width: 120,
render: (isRequired: number) => (
<span>{isRequired === 1 ? "必修课" : "选修课"}</span>
),