兴蜀人力数据概览大屏

This commit is contained in:
2025-09-23 09:02:40 +08:00
parent dd19b3ee22
commit 2ed80d527d
18 changed files with 1082 additions and 234 deletions

View File

@ -1,6 +1,6 @@
<script setup>
import { ref, reactive, onMounted } from "vue";
import NetworkMap from "../card/NetworkMap.vue";
const state = reactive({
tabs: [
"公共服务站点 300",
@ -113,7 +113,7 @@ onMounted(() => {
<!-- </button>-->
</div>
<img class="echart" src="~@/assets/recruitment/echart.svg" alt="" />
<NetworkMap />
</div>
</template>