|
@@ -34,10 +34,6 @@
|
|
|
onClick: openSceneEditor.bind(null, record),
|
|
onClick: openSceneEditor.bind(null, record),
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- label: t('routes.scenes.editorScenes'),
|
|
|
|
|
- onClick: openSceneEditorModal.bind(null, record),
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
color: 'error',
|
|
color: 'error',
|
|
|
label: t('routes.scenes.makeLiveCover'),
|
|
label: t('routes.scenes.makeLiveCover'),
|
|
|
ifShow:
|
|
ifShow:
|
|
@@ -142,16 +138,16 @@
|
|
|
dataIndex: 'createTime',
|
|
dataIndex: 'createTime',
|
|
|
width: 180,
|
|
width: 180,
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- title: t('routes.scenes.applet') + t('routes.scenes.isShow'),
|
|
|
|
|
- dataIndex: 'isShow',
|
|
|
|
|
- width: 180,
|
|
|
|
|
- customRender: ({ record }) => {
|
|
|
|
|
- const enable = record.isShow == 1;
|
|
|
|
|
- const text = enable ? t('common.yes') : t('common.no');
|
|
|
|
|
- return text;
|
|
|
|
|
- },
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ // {
|
|
|
|
|
+ // title: t('routes.scenes.applet') + t('routes.scenes.isShow'),
|
|
|
|
|
+ // dataIndex: 'isShow',
|
|
|
|
|
+ // width: 180,
|
|
|
|
|
+ // customRender: ({ record }) => {
|
|
|
|
|
+ // const enable = record.isShow == 1;
|
|
|
|
|
+ // const text = enable ? t('common.yes') : t('common.no');
|
|
|
|
|
+ // return text;
|
|
|
|
|
+ // },
|
|
|
|
|
+ // },
|
|
|
{
|
|
{
|
|
|
title: t('routes.scenes.num'),
|
|
title: t('routes.scenes.num'),
|
|
|
dataIndex: 'num',
|
|
dataIndex: 'num',
|