mirror of
https://github.com/PlayEdu/backend
synced 2025-06-28 19:46:34 +08:00
线上课新建、编辑分类移入展开
This commit is contained in:
parent
5404afee98
commit
de5fa56cee
@ -357,6 +357,7 @@ export const CourseCreate: React.FC<PropInterface> = ({
|
||||
rules={[{ required: true, message: "请选择课程分类!" }]}
|
||||
>
|
||||
<Cascader
|
||||
expandTrigger="hover"
|
||||
style={{ width: 424 }}
|
||||
options={categories}
|
||||
changeOnSelect
|
||||
|
@ -216,6 +216,7 @@ export const CourseUpdate: React.FC<PropInterface> = ({
|
||||
rules={[{ required: true, message: "请选择课程分类!" }]}
|
||||
>
|
||||
<Cascader
|
||||
expandTrigger="hover"
|
||||
style={{ width: 424 }}
|
||||
options={categories}
|
||||
changeOnSelect
|
||||
|
Loading…
x
Reference in New Issue
Block a user