|
@@ -106,13 +106,13 @@
|
|
|
onClick: handleUpgrade.bind(null, record),
|
|
onClick: handleUpgrade.bind(null, record),
|
|
|
},
|
|
},
|
|
|
|
|
|
|
|
- {
|
|
|
|
|
- icon: 'ic:round-assistant-direction',
|
|
|
|
|
- tooltip: t('routes.scenes.assistant'),
|
|
|
|
|
- disabled: record.status != -2,
|
|
|
|
|
- onClick: needAssistant.bind(null, record),
|
|
|
|
|
- ifShow: record.isMain,
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ //{
|
|
|
|
|
+ // icon: 'ic:round-assistant-direction',
|
|
|
|
|
+ // tooltip: t('routes.scenes.assistant'),
|
|
|
|
|
+ // disabled: record.status != -2,
|
|
|
|
|
+ // onClick: needAssistant.bind(null, record),
|
|
|
|
|
+ // ifShow: record.isMain,
|
|
|
|
|
+ //},
|
|
|
{
|
|
{
|
|
|
tooltip: t('routes.scenes.copy'),
|
|
tooltip: t('routes.scenes.copy'),
|
|
|
icon: 'tabler:copy-check',
|
|
icon: 'tabler:copy-check',
|