1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| <template>
| <div class="gis-situation">
| <div class="gis-situation-header">
| <div class="gis-situation-header-title">
| <span>GIS系统概况</span>
| </div>
| </div>
| </div>
| </template>
|
| <script setup lang="ts" name="GisSituation">
| import { ref } from 'vue';
|
|
| </script>
| <style scoped lang="scss"></style>
|
|