mirror of
https://github.com/PlayEdu/backend
synced 2025-12-29 17:59:44 +08:00
线上课新建分类,部门默认选中
This commit is contained in:
@@ -210,16 +210,6 @@ export const CourseUpdate: React.FC<PropInterface> = ({
|
||||
onFinishFailed={onFinishFailed}
|
||||
autoComplete="off"
|
||||
>
|
||||
<Form.Item
|
||||
label="课程名称"
|
||||
name="title"
|
||||
rules={[{ required: true, message: "请在此处输入课程名称!" }]}
|
||||
>
|
||||
<Input
|
||||
style={{ width: 424 }}
|
||||
placeholder="请在此处输入课程名称"
|
||||
/>
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
label="课程分类"
|
||||
name="category_ids"
|
||||
@@ -232,6 +222,16 @@ export const CourseUpdate: React.FC<PropInterface> = ({
|
||||
placeholder="请选择课程分类"
|
||||
/>
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
label="课程名称"
|
||||
name="title"
|
||||
rules={[{ required: true, message: "请在此处输入课程名称!" }]}
|
||||
>
|
||||
<Input
|
||||
style={{ width: 424 }}
|
||||
placeholder="请在此处输入课程名称"
|
||||
/>
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
label="必修选修"
|
||||
name="isRequired"
|
||||
|
||||
Reference in New Issue
Block a user