目标人群

This commit is contained in:
李东进1
2023-02-20 22:56:57 +08:00
parent 7e6c6a95dc
commit f700814875

View File

@@ -1629,6 +1629,29 @@ const columns1 = [
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: "学习人数",
width: 130,