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