bill hace 2 años
padre
commit
5b9191ca1c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/graphic/index.vue

+ 2 - 2
src/views/graphic/index.vue

@@ -17,9 +17,9 @@
         @click="customMap.sysView = isFull ? 'auto' : 'full'"
       />
     </GraphicAction>
-    <VectorMenus :menus="focusMenus" v-if="focusMenus" />
-    <Component :is="geoComponent as any" v-else-if="geoComponent" :geo="currentVector"/>
     <Confirm v-if="graphicState.continuedMode" />
+    <VectorMenus :menus="focusMenus" v-else-if="focusMenus" />
+    <Component :is="geoComponent as any" v-else-if="geoComponent" :geo="currentVector"/>
   </MainPanel>
 </template>