fix: 信用卡账单,新增pos刷卡占比。

This commit is contained in:
tianyongbao
2024-10-23 14:39:37 +08:00
parent 8a51b2d4b3
commit d0308ee87c

View File

@@ -61,6 +61,10 @@
<text class="row-label">日常支出次数</text> <text class="row-label">日常支出次数</text>
<text class="row-value">{{ item.dailyExpensesCount }}</text> <text class="row-value">{{ item.dailyExpensesCount }}</text>
</view> </view>
<view class="item-row" v-show="auth.hasPermi('invest:posmachine:list')">
<text class="row-label">POS刷卡占比</text>
<text class="row-value">{{ item.posRate }}</text>
</view>
<view class="operate" > <view class="operate" >
<view class="btn filling" @click="enterDetails(item)">账单明细</view > <view class="btn filling" @click="enterDetails(item)">账单明细</view >
<view class="btn filling" @click="handleEdit(item)">修改</view> <view class="btn filling" @click="handleEdit(item)">修改</view>