|
|
@@ -148,16 +148,16 @@
|
|
|
confirm: handleDownloadSceneE57.bind(null, record),
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- tooltip: t('routes.scenes.removePortrait'),
|
|
|
- disabled: record.status != -2,
|
|
|
- ifShow:
|
|
|
- (tableType === 1 || tableType === 4 || tableType === 6) &&
|
|
|
- !record.isCopy ,
|
|
|
- icon: 'mdi:person-off',
|
|
|
- //icon: 'line-md:person-off-filled',
|
|
|
- onClick: handleRemovePortrait.bind(null, record),
|
|
|
- }
|
|
|
+ //{
|
|
|
+ // tooltip: t('routes.scenes.removePortrait'),
|
|
|
+ // disabled: record.status != -2,
|
|
|
+ // ifShow:
|
|
|
+ // (tableType === 1 || tableType === 4 || tableType === 6) &&
|
|
|
+ // !record.isCopy ,
|
|
|
+ // icon: 'mdi:person-off',
|
|
|
+ // //icon: 'line-md:person-off-filled',
|
|
|
+ // onClick: handleRemovePortrait.bind(null, record),
|
|
|
+ //}
|
|
|
//{
|
|
|
// tooltip: t('routes.scenes.downloadSceneGmdE57'),
|
|
|
// disabled: record.status != -2,
|