fix: 统一修改,列表表头默认可两行展示。

This commit is contained in:
tianyongbao
2024-12-13 23:02:07 +08:00
parent f00986b457
commit c9b110a643
44 changed files with 44 additions and 44 deletions

View File

@@ -17,7 +17,7 @@
<u-list-item v-for="(item, index) in currentInfoList" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
:text="item.start+' '+item.title" size="25rpx" color="#333333" :bold="true"></u--text>
</view>
</view>

View File

@@ -38,7 +38,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
:text="item.accountName+'交易金额:'+item.amount" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">

View File

@@ -143,7 +143,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1"
<u--text lines="2"
:text="item.time+' 收支金额:'+item.value" size="30rpx" color="#333333" ></u--text>
</view>
<view class="item-row">

View File

@@ -56,7 +56,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1"
<u--text lines="2"
:text="item.account+''+item.availableLimit" size="30rpx" color="#333333" ></u--text>
</view>

View File

@@ -151,7 +151,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1"
<u--text lines="2"
:text="item.time+' 交易金额:'+item.value" size="30rpx" color="#333333" ></u--text>
</view>
<view class="item-row">

View File

@@ -199,7 +199,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1"
<u--text lines="2"
:text="item.time+' 支出金额:'+item.value" size="30rpx" color="#333333" ></u--text>
</view>
</view>

View File

@@ -151,7 +151,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1"
<u--text lines="2"
:text="item.time+' 交易金额:'+item.value" size="30rpx" color="#333333" ></u--text>
</view>
<view class="item-row">

View File

@@ -138,7 +138,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1"
<u--text lines="2"
:text="item.time+' 收益金额:'+item.value" size="30rpx" color="#333333" ></u--text>
</view>
<view class="item-row">

View File

@@ -103,7 +103,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1"
<u--text lines="2"
:text="item.time+' 刷卡金额:'+item.value" size="30rpx" color="#333333" ></u--text>
</view>
<view class="item-row">

View File

@@ -129,7 +129,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1"
<u--text lines="2"
:text="item.time+' 账单金额:'+item.value" size="30rpx" color="#333333" ></u--text>
</view>
<view class="item-row">

View File

@@ -114,7 +114,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1"
<u--text lines="2"
:text="item.time+' 待还款金额:'+item.value" size="30rpx" color="#333333" ></u--text>
</view>
<view class="item-row">

View File

@@ -104,7 +104,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1"
<u--text lines="2"
:text="item.time+' 分期金额(本息):'+item.value" size="30rpx" color="#333333" ></u--text>
</view>
<view class="item-row">

View File

@@ -143,7 +143,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1"
<u--text lines="2"
:text="item.time+' 查询次数:'+item.value" size="30rpx" color="#333333" ></u--text>
</view>
<view class="item-row">

View File

@@ -104,7 +104,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1"
<u--text lines="2"
:text="item.time+' 收益:'+item.value" size="30rpx" color="#333333" ></u--text>
</view>
<view class="item-row">

View File

@@ -105,7 +105,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1"
<u--text lines="2"
:text="item.time+' 收益:'+item.value" size="30rpx" color="#333333" ></u--text>
</view>
<view class="item-row">

View File

@@ -114,7 +114,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1"
<u--text lines="2"
:text="item.time+' 待还款金额:'+item.value" size="30rpx" color="#333333" ></u--text>
</view>
<view class="item-row">

View File

@@ -104,7 +104,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1"
<u--text lines="2"
:text="item.time+' 借款金额(本息):'+item.value" size="30rpx" color="#333333" ></u--text>
</view>
<view class="item-row">

View File

@@ -104,7 +104,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1"
<u--text lines="2"
:text="item.time+' 收益:'+item.value" size="30rpx" color="#333333" ></u--text>
</view>
<view class="item-row">

View File

@@ -84,7 +84,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
:text="item.accountName+'交易金额:'+item.amount" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">

View File

@@ -35,7 +35,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<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>
</view>
<view class="item-row">

View File

@@ -35,7 +35,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<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>
</view>
<view class="item-row">

View File

@@ -74,7 +74,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
:text="item.name" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">

View File

@@ -69,7 +69,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
:text="item.name" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">

View File

@@ -74,7 +74,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
:text="item.accountName+dictStr(item.dealType, dealTypeList) +''+item.amount" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">

View File

@@ -74,7 +74,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
:text="item.name" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">

View File

@@ -69,7 +69,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
:text="item.name" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">

View File

@@ -76,7 +76,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
:text="item.posName+'-'+item.outAccountName+'刷卡:'+item.amount" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">

View File

@@ -13,7 +13,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<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>
</view>

View File

@@ -30,7 +30,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<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>
</view>
<view class="item-row">

View File

@@ -13,7 +13,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<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>
</view>
<view class="item-row">

View File

@@ -30,7 +30,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<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>
</view>
<view class="item-row">

View File

@@ -13,7 +13,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
:text="item.name+'-'+item.merchantName " size="30rpx" color="#333333" :bold="true"></u--text>
</view>

View File

@@ -13,7 +13,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<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>
</view>
<view class="item-row">

View File

@@ -38,7 +38,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
:text="item.accountName+'交易金额:'+item.amount" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">

View File

@@ -30,7 +30,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<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>
</view>
<view class="item-row">

View File

@@ -30,7 +30,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<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>
</view>
<view class="item-row">

View File

@@ -37,7 +37,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<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>
</view>
<view class="item-row">

View File

@@ -38,7 +38,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<u--text lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
:text="item.accountName+ dictStr(item.dealType, dealTypeList)+'金额:'+item.amount" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<!-- <view class="item-row">

View File

@@ -13,7 +13,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<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>
</view>
<view class="item-row">

View File

@@ -30,7 +30,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<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>
</view>
<view class="item-row">

View File

@@ -30,7 +30,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<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>
</view>
<view class="item-row">

View File

@@ -38,7 +38,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<u--text lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
:text="item.accountName+ dictStr(item.dealType, dealTypeList)+'金额:'+item.amount" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<!-- <view class="item-row">

View File

@@ -13,7 +13,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<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>
</view>
<view class="item-row">

View File

@@ -30,7 +30,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
:text="item.name" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">