feat:创建关卡调用批量删除弹窗

This commit is contained in:
dongwug
2022-10-25 14:57:56 +08:00
parent ea09652967
commit 7558631bb4
2 changed files with 156 additions and 5 deletions

View File

@@ -79,11 +79,11 @@
const columns1 = [
{
title: "案例标题",
width: "35%",
width: "40%",
dataIndex: "title",
key: "num",
align: "center",
ellipsis: true,
ellipsis: true,
},
{
title: "作者",
@@ -94,7 +94,7 @@
},
{
title: "导入时间",
width: "40%",
width: "35%",
dataIndex: "time",
key: "time",
align: "center",