|
|
@@ -24,6 +24,13 @@ export function TableConfig(
|
|
|
width: 150,
|
|
|
ellipsis: true
|
|
|
},
|
|
|
+ {
|
|
|
+ title: 'Sign',
|
|
|
+ dataIndex: 'sign',
|
|
|
+ key: 'sign',
|
|
|
+ width: 150,
|
|
|
+ ellipsis: true
|
|
|
+ },
|
|
|
{
|
|
|
title: '落地页标题',
|
|
|
dataIndex: 'pageName',
|
|
|
@@ -81,8 +88,9 @@ export function TableConfig(
|
|
|
title: '小程序路径',
|
|
|
dataIndex: 'path',
|
|
|
key: 'path',
|
|
|
- width: 200,
|
|
|
- render: (_, records) => <a onClick={() => copy(`pages/Ldpage/index?pageId=${records.id}`)}>pages/Ldpage/index?pageId={records.id}</a>
|
|
|
+ width: 350,
|
|
|
+ ellipsis: true,
|
|
|
+ render: (_, records) => <a onClick={() => copy(`pages/Ldpage/index?pageId=${records.sign}`)}>pages/Ldpage/index?pageId={records.sign}</a>
|
|
|
},
|
|
|
{
|
|
|
title: '项目组',
|