|
@@ -130,7 +130,7 @@
|
|
|
tooltip: t('routes.scenes.downloadSceneE57'),
|
|
tooltip: t('routes.scenes.downloadSceneE57'),
|
|
|
disabled: record.status != -2,
|
|
disabled: record.status != -2,
|
|
|
ifShow: () => {
|
|
ifShow: () => {
|
|
|
- return (tableType === 2 || tableType === 5) && record.location !== 5;
|
|
|
|
|
|
|
+ return (tableType === 2 || tableType === 5) && record.location === 4;
|
|
|
},
|
|
},
|
|
|
icon: 'gis:layer-download',
|
|
icon: 'gis:layer-download',
|
|
|
popConfirm: {
|
|
popConfirm: {
|