mirror of
https://github.com/PlayEdu/backend
synced 2025-09-11 05:03:29 +08:00
线上课添加、编辑分类单选
This commit is contained in:
parent
e0a4987561
commit
b4ea8248e0
@ -97,6 +97,7 @@ export const CoursePage = () => {
|
|||||||
const columns: ColumnsType<DataType> = [
|
const columns: ColumnsType<DataType> = [
|
||||||
{
|
{
|
||||||
title: "课程名称",
|
title: "课程名称",
|
||||||
|
width: 350,
|
||||||
render: (_, record: any) => (
|
render: (_, record: any) => (
|
||||||
<div className="d-flex">
|
<div className="d-flex">
|
||||||
<Image
|
<Image
|
||||||
|
Loading…
x
Reference in New Issue
Block a user