fix: 信用卡账单,新增pos刷卡占比。
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user