|
@@ -139,11 +139,11 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
render: (a: string, b: any) => (<WidthEllipsis isCopy value={a} />)
|
|
|
},
|
|
|
{
|
|
|
- title: '推广计划名称', dataIndex: 'projectName', label: '广告信息', align: 'center', width: 130,
|
|
|
+ title: '项目名称', dataIndex: 'projectName', label: '广告信息', align: 'center', width: 130,
|
|
|
render: (a: string, b: any) => (<WidthEllipsis isCopy value={a} />)
|
|
|
},
|
|
|
{
|
|
|
- title: '计划ID', dataIndex: 'projectId', label: '广告信息', align: 'center', width: 90,
|
|
|
+ title: '项目ID', dataIndex: 'projectId', label: '广告信息', align: 'center', width: 90,
|
|
|
render: (a: string, b: any) => (<WidthEllipsis isCopy value={a} />)
|
|
|
},
|
|
|
{
|