更新数据

This commit is contained in:
2025-07-22 15:01:30 +08:00
parent 3c1c42a8c5
commit 36d23fcbdb
4 changed files with 210 additions and 52 deletions

View File

@ -62,9 +62,12 @@
</div>
</div>
</div>
<!-- 详情 -->
<Detail></Detail>
</template>
<script setup>
import Detail from './components/detail.vue'
import { qcckPost, qcckGet } from "@/api/qcckApi.js";
import MoreBarEcharts from "@/views/home/echarts/moreBarEcharts.vue";
import LineEcharts from "@/views/home/echarts/moreLineEcharts.vue";