mirror of
https://github.com/PlayEdu/backend
synced 2025-07-18 04:37:30 +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"
|
||||
>
|
||||
<Form.Item
|
||||
label="*课程名称"
|
||||
label="课程名称"
|
||||
name="title"
|
||||
rules={[{ required: true, message: "请在此处输入课程名称!" }]}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user