mirror of
https://github.com/PlayEdu/backend
synced 2025-07-18 10:40:08 +08:00
课程新建组件化初步
This commit is contained in:
parent
955966aaa0
commit
c7f0abf69f
@ -152,7 +152,7 @@ export const CourseCreate: React.FC<PropInterface> = ({ open, onCancel }) => {
|
|||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
>
|
>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
label="*课程名称"
|
label="课程名称"
|
||||||
name="title"
|
name="title"
|
||||||
rules={[{ required: true, message: "请在此处输入课程名称!" }]}
|
rules={[{ required: true, message: "请在此处输入课程名称!" }]}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user