fix: 智聪记账管理,新增睡眠账户统计功能,功能优化。
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
<text class="row-label">信用卡额度:</text>
|
||||
<text class="row-value">{{ item.creditLimit }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">可用额度:</text>
|
||||
<text class="row-value">{{ item.availableLimit }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">账户状态:</text>
|
||||
<text class="row-value">{{ dictStr(item.status, statusList) }}</text>
|
||||
|
||||
@@ -41,6 +41,10 @@
|
||||
<text class="row-label">账户状态:</text>
|
||||
<text class="row-value">{{ dictStr(item.status, statusList) }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">余额:</text>
|
||||
<text class="row-value">{{ item.balance }}</text>
|
||||
</view>
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">储蓄账户卡号:</text>
|
||||
<text class="row-value">{{ item.code }}</text>
|
||||
|
||||
@@ -20,6 +20,10 @@
|
||||
<text class="row-label">账户状态:</text>
|
||||
<text class="row-value">{{ dictStr(item.status, statusList) }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">余额:</text>
|
||||
<text class="row-value">{{ item.balance }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">关联储蓄卡:</text>
|
||||
<text class="row-value">{{ item.bankNameCode }}</text>
|
||||
|
||||
@@ -20,6 +20,10 @@
|
||||
<text class="row-label">账户状态:</text>
|
||||
<text class="row-value">{{ dictStr(item.status, statusList) }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">余额:</text>
|
||||
<text class="row-value">{{ item.balance }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">期货交易中心账号:</text>
|
||||
<text class="row-value">{{ item.tradingCenterCode }}</text>
|
||||
|
||||
@@ -41,6 +41,10 @@
|
||||
<text class="row-label">账户状态:</text>
|
||||
<text class="row-value">{{ dictStr(item.status, statusList) }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">余额:</text>
|
||||
<text class="row-value">{{ item.balance }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">备注:</text>
|
||||
<text class="row-value">{{ item.remark }}</text>
|
||||
|
||||
@@ -20,6 +20,10 @@
|
||||
<text class="row-label">账户状态:</text>
|
||||
<text class="row-value">{{ dictStr(item.status, statusList) }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">余额:</text>
|
||||
<text class="row-value">{{ item.balance }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">关联储蓄卡:</text>
|
||||
<text class="row-value">{{ item.bankNameCode }}</text>
|
||||
|
||||
Reference in New Issue
Block a user