始终选中一个关卡

This commit is contained in:
zhangyc
2022-12-12 18:16:12 +08:00
parent 8b14710d9d
commit adb22f6d0e
26 changed files with 252 additions and 52 deletions

View File

@@ -221,24 +221,30 @@ export default {
dataIndex: "name",
key: "name",
align: "center",
ellipsis: true,
width:"20%",
},
{
title: "类型",
dataIndex: "type",
key: "type",
align: "center",
width:"10%",
},
{
title: "内容分类",
dataIndex: "content",
key: "content",
align: "center"
align: "center",
ellipsis: true,
width:"10%",
},
{
title: "状态",
dataIndex: "status",
key: "status",
align: "center",
width:"10%",
},
// {
// title: "转审",
@@ -251,12 +257,16 @@ export default {
dataIndex: "creater",
key: "creater",
align: "center",
ellipsis: true,
width:"15%",
},
{
title: "创建时间",
dataIndex: "time",
key: "time",
align: "center",
ellipsis: true,
width:"15%",
},
{
@@ -264,6 +274,7 @@ export default {
dataIndex: "opt",
key: "opt",
align: "center",
width:"20%",
customRender: (value) => {
return (
<div>