各模块样式等布局优化,运行分析接口联调

This commit is contained in:
ym1026
2025-09-12 16:27:06 +08:00
parent 1a66c87a5a
commit 52f016d3ea
28 changed files with 442 additions and 526 deletions

View File

@@ -20,7 +20,7 @@
>
<template #stationSelect="item">
<a-select
style="width: 120px"
style="width: 200px"
:dropdown-match-select-width="false"
v-model:value="stationId"
allow-clear
@@ -512,7 +512,7 @@ export default {
this.resetDataForInactiveKey()
// 并行加载新数据
Promise.all([this.getEchartsListForActiveKey(), this.getTableListForActiveKey()]).then(
Promise.all([this.getStationList(),this.getEchartsListForActiveKey(), this.getTableListForActiveKey()]).then(
() => {
this.$nextTick(() => {
this.getStatCharts()