fix: 智聪记账管理,统计分析页面按钮展示修改。

This commit is contained in:
tianyongbao
2025-02-26 18:26:52 +08:00
parent 090995d33f
commit a4f77ce054
18 changed files with 18 additions and 18 deletions

View File

@@ -149,7 +149,7 @@
<div></div>
</div>
<div style="margin:8px">
<div style="margin:8px" v-show="listData.length>0">
<button :type="firstType" style="margin-right:5px" size=mini @click="btFirstClick">结算卡统计</button>
<button :type="secondType" type="primary" size=mini @click="btSecondClick">近6月收款金额统计</button>
</div>