|
|
@@ -291,18 +291,18 @@
|
|
|
ellipsis: false,
|
|
|
width: 150,
|
|
|
},
|
|
|
- {
|
|
|
- title: t('routes.scenes.childName'),
|
|
|
- dataIndex: 'childName',
|
|
|
- width: 120,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: t('routes.scenes.childName'),
|
|
|
+ // dataIndex: 'childName',
|
|
|
+ // width: 120,
|
|
|
+ // },
|
|
|
{
|
|
|
title: t('routes.scenes.viewCount'),
|
|
|
dataIndex: 'viewCount',
|
|
|
width: 100,
|
|
|
},
|
|
|
{
|
|
|
- title: t('routes.scenes.createTime'),
|
|
|
+ title: t('routes.corporation.expirationTime'),
|
|
|
dataIndex: 'createTime',
|
|
|
ellipsis: false,
|
|
|
width: 140,
|
|
|
@@ -323,12 +323,12 @@
|
|
|
},
|
|
|
width: 180,
|
|
|
},
|
|
|
- {
|
|
|
- title: t('routes.archive.sceneStatus'),
|
|
|
- dataIndex: 'payStatus',
|
|
|
- slots: { customRender: 'payStatus' },
|
|
|
- width: 100,
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: t('routes.archive.sceneStatus'),
|
|
|
+ // dataIndex: 'payStatus',
|
|
|
+ // slots: { customRender: 'payStatus' },
|
|
|
+ // width: 100,
|
|
|
+ // },
|
|
|
|
|
|
// {
|
|
|
// title: t('routes.scenes.process'),
|
|
|
@@ -375,18 +375,18 @@
|
|
|
xs: 24,
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- field: 'childName',
|
|
|
- label: t('routes.scenes.childName'),
|
|
|
- component: 'Input',
|
|
|
- colProps: {
|
|
|
- lg: 6,
|
|
|
- xl: 6,
|
|
|
- xxl: 6,
|
|
|
- sm: 12,
|
|
|
- xs: 24,
|
|
|
- },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // field: 'childName',
|
|
|
+ // label: t('routes.scenes.childName'),
|
|
|
+ // component: 'Input',
|
|
|
+ // colProps: {
|
|
|
+ // lg: 6,
|
|
|
+ // xl: 6,
|
|
|
+ // xxl: 6,
|
|
|
+ // sm: 12,
|
|
|
+ // xs: 24,
|
|
|
+ // },
|
|
|
+ // },
|
|
|
],
|
|
|
};
|
|
|
const [registerTable, { reload, clearSelectedRowKeys }] = useTable({
|