-- 课程 所属项目和所属路径

This commit is contained in:
yuping
2022-12-05 17:07:31 +08:00
parent ddd86d07c6
commit 434701eb28

View File

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