gemercheung 1 tahun lalu
induk
melakukan
ade9d9b032
2 mengubah file dengan 4 tambahan dan 1 penghapusan
  1. 3 0
      src/views/map/sceneModal.vue
  2. 1 1
      src/views/scenes/list.vue

+ 3 - 0
src/views/map/sceneModal.vue

@@ -189,6 +189,9 @@
         pagination: { pageSize: 10 },
         ellipsis: false,
         bordered: true,
+        searchInfo: {
+          status: -2,
+        },
       });
 
       function onDataReceive(data) {

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

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