fix: 列表功能展示优化。
This commit is contained in:
@@ -10,22 +10,22 @@
|
|||||||
<u-list @scrolltolower="loadmore" :spaceHeight="116" lowerThreshold="100">
|
<u-list @scrolltolower="loadmore" :spaceHeight="116" lowerThreshold="100">
|
||||||
<u-list-item v-for="(item, index) in listData" :key="index">
|
<u-list-item v-for="(item, index) in listData" :key="index">
|
||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<!-- <view class="item-header">
|
<view class="item-header">
|
||||||
<u--text lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
<u--text lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||||
:text="item.mobile" size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="'用户'+item.mobile+dictStr(item.type,typeList)+dictStr(item.status,statusList)" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view> -->
|
|
||||||
<view class="item-row">
|
|
||||||
<text class="row-label">用户:</text>
|
|
||||||
<text class="row-value">{{ item.mobile }}</text>
|
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<!-- <view class="item-row">
|
||||||
|
<text class="row-label">用户</text>
|
||||||
|
<text class="row-value">{{ item.mobile+','+ +dictStr(item.type,typeList)+dictStr(item.status,statusList)}}</text>
|
||||||
|
</view> -->
|
||||||
|
<!-- <view class="item-row">
|
||||||
<text class="row-label">类型:</text>
|
<text class="row-label">类型:</text>
|
||||||
<text class="row-value">{{ dictStr(item.type,typeList) }}</text>
|
<text class="row-value">{{ dictStr(item.type,typeList) }}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
<text class="row-label">操作状态:</text>
|
<text class="row-label">操作状态:</text>
|
||||||
<text class="row-value">{{ dictStr(item.status,statusList) }}</text>
|
<text class="row-value">{{ dictStr(item.status,statusList) }}</text>
|
||||||
</view>
|
</view> -->
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
<text class="row-label">操作时间:</text>
|
<text class="row-label">操作时间:</text>
|
||||||
<text class="row-value">{{ item.operTime }}</text>
|
<text class="row-value">{{ item.operTime }}</text>
|
||||||
|
|||||||
Reference in New Issue
Block a user