mirror of
https://github.com/PlayEdu/backend
synced 2025-12-25 16:00:36 +08:00
线上课添加、编辑分类单选
This commit is contained in:
@@ -114,7 +114,7 @@ export const CoursePage = () => {
|
||||
title: "课程分类",
|
||||
dataIndex: "id",
|
||||
render: (id: number) => (
|
||||
<div className="d-flex">
|
||||
<div className="float-left">
|
||||
{course_category_ids[id].map((item: any, index: number) => {
|
||||
return (
|
||||
<span key={index}>
|
||||
@@ -131,7 +131,7 @@ export const CoursePage = () => {
|
||||
title: "指派部门",
|
||||
dataIndex: "id",
|
||||
render: (id: number) => (
|
||||
<div className="d-flex">
|
||||
<div className="float-left">
|
||||
{course_dep_ids[id] &&
|
||||
course_dep_ids[id].map((item: any, index: number) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user