修复提示请选中关卡问题

This commit is contained in:
zhangyc
2022-12-14 14:09:01 +08:00
parent 8310728551
commit 233d334840
13 changed files with 104 additions and 96 deletions

View File

@@ -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,