@@ -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',
@@ -25,15 +25,15 @@ export const columns = (
width: 70,
ellipsis: true,
- title: '小程序秘钥',
- dataIndex: 'appSecret',
- key: 'appSecret',
- width: 80,
+ // title: '小程序秘钥',
+ // dataIndex: 'appSecret',
+ // key: 'appSecret',
+ // width: 80,
title: '小程序名称',
dataIndex: 'appName',