feat : 新增echarts中指定日期展示及细节优化
This commit is contained in:
9
src/components/tunnelTitle/index.vue
Normal file
9
src/components/tunnelTitle/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="tunnel-title">
|
||||
<span>{{ currentSite }}地下复杂洞群智能通风控制系统</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
const currentSite=ref(localStorage.getItem('site'))
|
||||
</script>
|
||||
Reference in New Issue
Block a user