This commit is contained in:
kclf
2022-12-05 17:25:14 +08:00
2 changed files with 35 additions and 21 deletions

View File

@@ -3094,7 +3094,17 @@ const columns1 = [
{
title: " 所属项目",
width: 250,
dataIndex: "project",
dataIndex: "projectName",
key: "3",
align: "center",
ellipsis: true,
customRender: ({ text }) => {
return text ? text : "-";
},
},{
title: " 所属路径",
width: 250,
dataIndex: "routerName",
key: "3",
align: "center",
ellipsis: true,