mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 01:06:45 +08:00
目标人群
This commit is contained in:
@@ -1629,6 +1629,29 @@ const columns1 = [
|
|||||||
return text ? text : "-";
|
return text ? text : "-";
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: " 资源归属",
|
||||||
|
width: 250,
|
||||||
|
dataIndex: "sourceBelongFullName",
|
||||||
|
key: "3",
|
||||||
|
align: "center",
|
||||||
|
ellipsis: true,
|
||||||
|
customRender: ({text}) => {
|
||||||
|
return text ? text : "-";
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
title: " 目标人群",
|
||||||
|
width: 250,
|
||||||
|
dataIndex: "targetUser",
|
||||||
|
key: "3",
|
||||||
|
align: "center",
|
||||||
|
ellipsis: true,
|
||||||
|
customRender: ({text}) => {
|
||||||
|
return text ? text : "-";
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "学习人数",
|
title: "学习人数",
|
||||||
width: 130,
|
width: 130,
|
||||||
|
|||||||
Reference in New Issue
Block a user