update 首页统计比对功能完善

This commit is contained in:
danshihao
2024-01-24 17:24:53 +08:00
parent a8478ddf4c
commit 3851d7be1a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<!-- echarts-->
<div class="title">全院经营数据统计(单月)
<j-year-date style="width:250px" class="year" placeholder="请选择年份" v-model="queryParam.year" @change="loadData"></j-year-date>
<a-button type="link" style="margin-left: 8px;" @click="handleComparison">比对</a-button>
<a-button type="primary" style="margin-left: 8px;" @click="handleComparison">比对</a-button>
</div>
<div class="echarts-box" id="singleMonthEcharts"></div>
<!-- echarts-->
@@ -4,7 +4,7 @@
<!-- echarts-->
<div class="title">全院经营数据统计 (累计)
<j-year-date style="width:250px" class="year" placeholder="请选择年份" v-model="queryParam.year" @change="loadData"></j-year-date>
<a-button type="link" style="margin-left: 8px;" @click="handleComparison">比对</a-button>
<a-button type="primary" style="margin-left: 8px;" @click="handleComparison">比对</a-button>
</div>
<div class="echarts-box" id="singleMonthTotalEcharts"></div>
<!-- echarts-->