mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
-- bug
This commit is contained in:
@@ -151,14 +151,23 @@ export default {
|
||||
ellipsis: true,
|
||||
width:"20%",
|
||||
},
|
||||
// todo 根项目保存
|
||||
// {
|
||||
// title: "所属项目",
|
||||
// dataIndex: "sourceBelongName",
|
||||
// key: "sourceBelongName",
|
||||
// align: "center",
|
||||
// width: "11%",
|
||||
// },
|
||||
{
|
||||
title: "所属项目",
|
||||
dataIndex: "topName",
|
||||
key: "topName",
|
||||
align: "center",
|
||||
ellipsis: true,
|
||||
width:"20%",
|
||||
customRender: ({ record: { gaName, faName, name } }) => (
|
||||
<div>
|
||||
{faName
|
||||
? gaName !== null
|
||||
? gaName + "/" + faName
|
||||
: faName
|
||||
: name}
|
||||
</div>
|
||||
),
|
||||
},
|
||||
{
|
||||
title: "项目经理",
|
||||
dataIndex: "manager",
|
||||
|
||||
Reference in New Issue
Block a user