|
|
@@ -313,7 +313,7 @@
|
|
|
// },
|
|
|
// },
|
|
|
{
|
|
|
- title: t('routes.scenes.sceneName'),
|
|
|
+ title: t('routes.scenes.name'),
|
|
|
dataIndex: 'sceneName',
|
|
|
ellipsis: false,
|
|
|
width: 120,
|
|
|
@@ -357,6 +357,10 @@
|
|
|
{
|
|
|
title: t('routes.scenes.num'),
|
|
|
dataIndex: 'num',
|
|
|
+ customRender: ({ record }) => {
|
|
|
+ return record.isFolder ? '': record.num;
|
|
|
+
|
|
|
+ },
|
|
|
width: 180,
|
|
|
},
|
|
|
{
|