|
@@ -119,12 +119,12 @@
|
|
|
disabled: record.status != -2,
|
|
disabled: record.status != -2,
|
|
|
onClick: handleCopy.bind(null, record),
|
|
onClick: handleCopy.bind(null, record),
|
|
|
},
|
|
},
|
|
|
- //{
|
|
|
|
|
- // tooltip: t('routes.scenes.move'),
|
|
|
|
|
- // icon: 'material-symbols:drive-file-move-outline',
|
|
|
|
|
- // disabled: record.status != -2,
|
|
|
|
|
- // onClick: handleOpenTree.bind(null, record),
|
|
|
|
|
- //},
|
|
|
|
|
|
|
+ {
|
|
|
|
|
+ tooltip: t('routes.scenes.move'),
|
|
|
|
|
+ icon: 'material-symbols:drive-file-move-outline',
|
|
|
|
|
+ disabled: record.status != -2,
|
|
|
|
|
+ onClick: handleOpenTree.bind(null, record),
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
tooltip: t('routes.scenes.creatobj'),
|
|
tooltip: t('routes.scenes.creatobj'),
|
|
|
icon: 'carbon:chart-3d',
|
|
icon: 'carbon:chart-3d',
|
|
@@ -158,13 +158,13 @@
|
|
|
confirm: handleDownloadScene.bind(null, record),
|
|
confirm: handleDownloadScene.bind(null, record),
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- tooltip: t('routes.scenes.migrate'),
|
|
|
|
|
- disabled: record.status != -2,
|
|
|
|
|
- ifShow: record.isMigrate,
|
|
|
|
|
- icon: 'carbon:migrate',
|
|
|
|
|
- onClick: handleMigrate.bind(null, record),
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ //{
|
|
|
|
|
+ // tooltip: t('routes.scenes.migrate'),
|
|
|
|
|
+ // disabled: record.status != -2,
|
|
|
|
|
+ // ifShow: record.isMigrate,
|
|
|
|
|
+ // icon: 'carbon:migrate',
|
|
|
|
|
+ // onClick: handleMigrate.bind(null, record),
|
|
|
|
|
+ //},
|
|
|
{
|
|
{
|
|
|
color: 'error',
|
|
color: 'error',
|
|
|
icon: 'garden:box-3d-fill-16',
|
|
icon: 'garden:box-3d-fill-16',
|