fix: 修改费用汇总为费用。

This commit is contained in:
tianyongbao
2026-07-06 00:47:31 +08:00
parent 6846ea3e0f
commit 6aaf564800

View File

@@ -103,7 +103,7 @@
<view class="operate" @click.stop> <view class="operate" @click.stop>
<view class="btn-summary" @click="handleCostSummary(item)"> <view class="btn-summary" @click="handleCostSummary(item)">
<uni-icons type="list" size="16" color="#13c2c2"></uni-icons> <uni-icons type="list" size="16" color="#13c2c2"></uni-icons>
<text>费用汇总</text> <text>费用</text>
</view> </view>
<view class="btn-edit" @click="handleEdit(item)"> <view class="btn-edit" @click="handleEdit(item)">
<uni-icons type="compose" size="16" color="#667eea"></uni-icons> <uni-icons type="compose" size="16" color="#667eea"></uni-icons>