gemercheung 1 год назад
Родитель
Сommit
6e90e3d09a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/scenes/list.vue

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

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