fix: 信用卡账单,新增最近交易时间。
This commit is contained in:
@@ -72,6 +72,10 @@
|
||||
<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="item-row" >
|
||||
<text class="row-label">最近交易时间:</text>
|
||||
<text class="row-value">{{ item.recentDealTime }}</text>
|
||||
</view>
|
||||
<view class="operate" >
|
||||
<view class="btn filling" @click="enterDetails(item)">账单明细</view >
|
||||
|
||||
Reference in New Issue
Block a user