线上课添加、编辑分类单选

This commit is contained in:
禺狨
2023-03-21 18:50:21 +08:00
parent f824396b05
commit ef08db0bfd
3 changed files with 18 additions and 46 deletions

View File

@@ -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 (