feat : 新增echarts中指定日期展示及细节优化

This commit is contained in:
2024-02-28 18:08:44 +08:00
parent 59aa2a92d1
commit ea4f72780f
19 changed files with 810 additions and 438 deletions

View File

@@ -0,0 +1,9 @@
<template>
<div class="tunnel-title">
<span>{{ currentSite }}地下复杂洞群智能通风控制系统</span>
</div>
</template>
<script setup>
const currentSite=ref(localStorage.getItem('site'))
</script>