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

This commit is contained in:
禺狨 2023-03-21 18:52:44 +08:00
parent e0a4987561
commit b4ea8248e0

View File

@ -97,6 +97,7 @@ export const CoursePage = () => {
const columns: ColumnsType<DataType> = [
{
title: "课程名称",
width: 350,
render: (_, record: any) => (
<div className="d-flex">
<Image