mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 02:02:55 +08:00
始终选中一个关卡
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user