shenwu vor 6 Monaten
Ursprung
Commit
c146504725

+ 12 - 12
src/pages/distribution/book/longBook/tableConfig.tsx

@@ -177,18 +177,18 @@ export const columns = (props: {
         return arr.get(source);
       },
     },
-    {
-      title: 'configId',
-      dataIndex: 'configId',
-      key: 'configId',
-      align: 'center',
-      width: 70,
-      ellipsis: true,
-      hideInSearch: true,
-      render: (a) => {
-        return a;
-      },
-    },
+    // {
+    //   title: 'configId',
+    //   dataIndex: 'configId',
+    //   key: 'configId',
+    //   align: 'center',
+    //   width: 70,
+    //   ellipsis: true,
+    //   hideInSearch: true,
+    //   render: (a) => {
+    //     return a;
+    //   },
+    // },
     {
       title: '是否开放给所有分销商',
       dataIndex: 'publicDistributor',

+ 12 - 12
src/pages/distribution/book/shortBook/tableConfig.tsx

@@ -177,18 +177,18 @@ export const columns = (props: {
         return arr.get(source);
       },
     },
-    {
-      title: 'configId',
-      dataIndex: 'configId',
-      key: 'configId',
-      align: 'center',
-      width: 70,
-      ellipsis: true,
-      hideInSearch: true,
-      render: (a) => {
-        return a;
-      },
-    },
+    // {
+    //   title: 'configId',
+    //   dataIndex: 'configId',
+    //   key: 'configId',
+    //   align: 'center',
+    //   width: 70,
+    //   ellipsis: true,
+    //   hideInSearch: true,
+    //   render: (a) => {
+    //     return a;
+    //   },
+    // },
     {
       title: '是否开放给所有分销商',
       dataIndex: 'publicDistributor',

+ 9 - 9
src/pages/distribution/miniprogram/weChatInfo/tableConfig.tsx

@@ -25,15 +25,15 @@ export const columns = (
       width: 70,
       ellipsis: true,
     },
-    {
-      title: '小程序秘钥',
-      dataIndex: 'appSecret',
-      key: 'appSecret',
-      align: 'center',
-      width: 80,
-      ellipsis: true,
-      hideInSearch: true,
-    },
+    // {
+    //   title: '小程序秘钥',
+    //   dataIndex: 'appSecret',
+    //   key: 'appSecret',
+    //   align: 'center',
+    //   width: 80,
+    //   ellipsis: true,
+    //   hideInSearch: true,
+    // },
     {
       title: '小程序名称',
       dataIndex: 'appName',