mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
修复提示请选中关卡问题
This commit is contained in:
@@ -3246,16 +3246,16 @@ const columns7 = [
|
||||
return text ? text : "-";
|
||||
},
|
||||
},
|
||||
{
|
||||
title: "岗位",
|
||||
width: 300,
|
||||
dataIndex: "postion",
|
||||
key: "3",
|
||||
align: "center",
|
||||
customRender: ({ text }) => {
|
||||
return text ? text : "-";
|
||||
},
|
||||
},
|
||||
// {
|
||||
// title: "岗位",
|
||||
// width: 300,
|
||||
// dataIndex: "postion",
|
||||
// key: "3",
|
||||
// align: "center",
|
||||
// customRender: ({ text }) => {
|
||||
// return text ? text : "-";
|
||||
// },
|
||||
// },
|
||||
{
|
||||
title: "Band",
|
||||
width: 200,
|
||||
|
||||
Reference in New Issue
Block a user