wjx 2 週間 前
コミット
672c8d3206
1 ファイル変更10 行追加2 行削除
  1. 10 2
      src/pages/weComTask/page/miniProgramPages/tableConfig.tsx

+ 10 - 2
src/pages/weComTask/page/miniProgramPages/tableConfig.tsx

@@ -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: '项目组',