mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 07:46:46 +08:00
Merge branch 'develop' of http://gitlab.dongwu-inc.com:10080/BOE/fe-manage into develop
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user