gemercheung hai 1 ano
pai
achega
6e90e3d09a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/scenes/list.vue

+ 1 - 1
src/views/scenes/list.vue

@@ -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;
+                  return (tableType === 2 || tableType === 5) && record.location !== 5;
                 },
                 },
                 icon: 'gis:layer-download',
                 icon: 'gis:layer-download',
                 popConfirm: {
                 popConfirm: {