update 首页统计比对功能完善
This commit is contained in:
@@ -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-->
|
||||
|
||||
Reference in New Issue
Block a user