fix: 列表功能展示优化。
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<view class="list-item">
|
||||
<view class="item-header" @click="enterDetails(item)">
|
||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="dictStr(item.type, accountType)+'-'+item.name+':'+item.availableLimit" size="36rpx" color="#333333" :bold="true"></u--text>
|
||||
:text="dictStr(item.type, accountType)+'-'+item.name+':'+item.availableLimit" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">账号:</text>
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
<view class="list-item">
|
||||
<view class="item-header" @click="enterDetails(item)">
|
||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="item.name+'-'+item.code" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
:text="item.name+'-'+item.code+'可用'+item.balance" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">账户类型:</text>
|
||||
|
||||
@@ -31,12 +31,12 @@
|
||||
<view class="list-item">
|
||||
<view class="item-header" @click="enterDetails(item)">
|
||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="item.name+'-'+item.code " size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
:text="dictStr(item.lendType, lendTypeList)+'-'+item.name+'-'+item.code " size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">类型:</text>
|
||||
<text class="row-value">{{ dictStr(item.lendType, lendTypeList) }}</text>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="item-row">
|
||||
<text class="row-label">账户状态:</text>
|
||||
<text class="row-value">{{ dictStr(item.status, statusList) }}</text>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<view class="list-item">
|
||||
<view class="item-header" @click="enterDetails(item)">
|
||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="item.bankNameCode" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
:text="item.bankNameCode+ item.name" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">账单名称:</text>
|
||||
|
||||
@@ -31,12 +31,12 @@
|
||||
<view class="list-item">
|
||||
<view class="item-header" @click="enterDetails(item)">
|
||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="item.bankNameCode" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
:text="item.bankNameCode+'金额'+item.installmentAmount+'分'+item.period+'期'" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">分期金额:</text>
|
||||
<text class="row-value">{{ item.installmentAmount }}</text>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="item-row">
|
||||
<text class="row-label">结清状态:</text>
|
||||
<text class="row-value">{{ dictStr(item.state, settleStateList) }}</text>
|
||||
@@ -45,10 +45,10 @@
|
||||
<text class="row-label">分期日期:</text>
|
||||
<text class="row-value">{{ item.installmentDate }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">分期期数:</text>
|
||||
<text class="row-value">{{ item.period }}</text>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="item-row">
|
||||
<text class="row-label">已还期数:</text>
|
||||
<text class="row-value">{{ item.repaidPeriod }}</text>
|
||||
|
||||
@@ -38,12 +38,12 @@
|
||||
<view class="list-item">
|
||||
<view class="item-header" @click="enterDetails(item)">
|
||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="item.queryInstitution" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
:text="item.queryDate+'-'+item.queryInstitution" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">查询日期:</text>
|
||||
<text class="row-value">{{ item.queryDate }}</text>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="item-row">
|
||||
<text class="row-label">查询原因:</text>
|
||||
<text class="row-value">{{ dictStr(item.type, typeList) }}</text>
|
||||
|
||||
@@ -14,12 +14,12 @@
|
||||
<view class="list-item">
|
||||
<view class="item-header" @click="enterDetails(item)">
|
||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="item.futureStocksNameCode" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
:text="item.futureStocksNameCode+item.name" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">账单名称:</text>
|
||||
<text class="row-value">{{ item.name }}</text>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="item-row">
|
||||
<text class="row-label">账单周期:</text>
|
||||
<text class="row-value">{{ item.billDatePeriod }}</text>
|
||||
|
||||
@@ -31,12 +31,12 @@
|
||||
<view class="list-item">
|
||||
<view class="item-header" @click="enterDetails(item)">
|
||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="item.bankNameCode" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
:text="item.bankNameCode+'借款'+item.installmentAmount+'分'+item.period+'期'" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">借款金额:</text>
|
||||
<text class="row-value">{{ item.installmentAmount }}</text>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="item-row">
|
||||
<text class="row-label">结清状态:</text>
|
||||
<text class="row-value">{{ dictStr(item.state, settleStateList) }}</text>
|
||||
@@ -45,10 +45,10 @@
|
||||
<text class="row-label">借款日期:</text>
|
||||
<text class="row-value">{{ item.installmentDate }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">借款期数:</text>
|
||||
<text class="row-value">{{ item.period }}</text>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="item-row">
|
||||
<text class="row-label">已还期数:</text>
|
||||
<text class="row-value">{{ item.repaidPeriod }}</text>
|
||||
|
||||
@@ -31,19 +31,19 @@
|
||||
<view class="list-item">
|
||||
<view class="item-header" @click="enterDetails(item)">
|
||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="item.bankNameCode" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
:text="item.installmentDate+'借'+item.bankNameCode+item.installmentAmount" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">借款金额:</text>
|
||||
<text class="row-value">{{ item.installmentAmount }}</text>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="item-row">
|
||||
<text class="row-label">结清状态:</text>
|
||||
<text class="row-value">{{ dictStr(item.state, settleStateList) }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">借款日期:</text>
|
||||
<text class="row-value">{{ item.installmentDate }}</text>
|
||||
<text class="row-label">借款时长</text>
|
||||
<text class="row-value">{{ item.loanDays }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<text class="row-label">还款日期:</text>
|
||||
|
||||
@@ -14,12 +14,12 @@
|
||||
<view class="list-item">
|
||||
<view class="item-header" @click="enterDetails(item)">
|
||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||
:text="item.futureStocksNameCode" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
:text="item.futureStocksNameCode+item.name " size="30rpx" color="#333333" :bold="true"></u--text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<!-- <view class="item-row">
|
||||
<text class="row-label">账单名称:</text>
|
||||
<text class="row-value">{{ item.name }}</text>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="item-row">
|
||||
<text class="row-label">账单周期:</text>
|
||||
<text class="row-value">{{ item.billDatePeriod }}</text>
|
||||
|
||||
Reference in New Issue
Block a user