|
|
@@ -6,10 +6,10 @@
|
|
|
<view class="table-content-row">
|
|
|
<view class="table-content-row-title-two">
|
|
|
<!-- 标题 -->
|
|
|
- <view class="title-class" style="width:70%">
|
|
|
+ <view class="title-class" >
|
|
|
<dk-text fontSize="15px" value="{{item[title]}}"></dk-text>
|
|
|
</view>
|
|
|
- <view wx:if="{{item[subTitle]}}" style="text-align: right;width: 30%;">
|
|
|
+ <view wx:if="{{item[subTitle]}}" style="text-align: right;">
|
|
|
<view class="status-detail-class">{{wxmlUtil.format(item[subTitle]) }}
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -19,54 +19,44 @@
|
|
|
<view class="table-content-row">
|
|
|
<view class="table-content-row-title-two">
|
|
|
<!-- 单号 -->
|
|
|
- <view class="title-class" style="width:65%;">
|
|
|
+ <view class="title-class" >
|
|
|
<dk-text fontWeight="400" data-item="{{item}}" fontSize="14px" value="{{item[no]}}"></dk-text>
|
|
|
</view>
|
|
|
<!-- 状态 -->
|
|
|
- <view style="width: 35%;display: flex;justify-content: right;">
|
|
|
- <view style="width: 45%;text-align: right;">
|
|
|
- <dk-tag wx:if="{{item[statusLeft]}}" fontSize="14px" border="{{'1rpx solid '+ colorLeft}}" height="40rpx" color="transparent" textColor="{{colorLeft}}" radius="8rpx" roundFlag="{{true}}" size="medium" value="{{item[statusLeft]}}"></dk-tag>
|
|
|
- </view>
|
|
|
- <view style="width: 5%;"></view>
|
|
|
- <view style="width: 45%;text-align: right;">
|
|
|
- <dk-tag wx:if="{{item[statusRight]}}" fontSize="14px" border="{{'1rpx solid '+ colorRight}}" height="40rpx" color="transparent" textColor="{{colorRight}}" radius="8rpx" roundFlag="{{true}}" size="medium" value="{{item[statusRight]}}"></dk-tag>
|
|
|
+ <view style="display: flex;margin-left: 20rpx;">
|
|
|
+ <dk-tag wx:if="{{item[statusLeft]}}" fontSize="14px" border="{{'1rpx solid '+ colorLeft}}" height="40rpx" color="transparent" textColor="{{colorLeft}}" radius="8rpx" fontWeight="600" roundFlag="{{true}}" size="medium" value="{{item[statusLeft]}}"></dk-tag>
|
|
|
+ <view style="margin-left: 15rpx;">
|
|
|
+ <dk-tag wx:if="{{item[statusRight]}}" fontSize="14px" border="{{'1rpx solid '+ colorRight}}" height="40rpx" color="transparent" textColor="{{colorRight}}" radius="8rpx" fontWeight="600" roundFlag="{{true}}" size="medium" value="{{item[statusRight]}}"></dk-tag>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</view>
|
|
|
<!-- 内容 -->
|
|
|
- <view style="display: flex;">
|
|
|
- <view wx:if="{{!contentCol}}" class="table-content-row-1" wx:for="{{content}}" wx:for-item="col" data-item="{{col}}">
|
|
|
- <view style="background: linear-gradient(201.07deg, #F7FBFF 23.68%, #E7F2FF 95.12%);border-radius: 16rpx;text-align: center;width: 208rpx;">
|
|
|
- <view style="padding:20rpx;">
|
|
|
- <view style="color:#606EB2;font-size:14px;font-weight: bold;text-align: left;">{{col.lebel}}</view>
|
|
|
-
|
|
|
- <view>
|
|
|
- <view style="color:#606EB2;display: flex;margin-top: 10rpx;">
|
|
|
- <view style="color:#002340;font-size:11px;width: 30%;">{{col.numberKeyLabel}}</view>
|
|
|
- <view style="display: flex;align-items: center;font-size: 15px;font-weight: bold;width: 70%;margin-left: 10rpx;">{{wxmlUtil.setItemValue(item,col.numberKey)}}</view>
|
|
|
- </view>
|
|
|
- <view style="color:#606EB2;margin-top: 10rpx;">
|
|
|
- <view style="display: flex;">
|
|
|
- <view style="color:#002340;font-size:11px;width: 30%;">{{col.amountKeyLabel}}</view>
|
|
|
- <view style="display: flex;align-items: center;font-size: 15px;font-weight: bold;width: 70%;margin-left: 10rpx;">{{wxmlUtil.setItemValue(item,col.amountKey)}}</view>
|
|
|
- </view>
|
|
|
-
|
|
|
- </view>
|
|
|
+ <view style="display: flex;flex-wrap: wrap;justify-content: center;">
|
|
|
+ <view wx:if="{{!contentCol}}" class="card-class" wx:for="{{content}}" wx:for-item="col" data-item="{{col}}">
|
|
|
+ <image src="{{imageUrl + col.image + '.png'}} " class="card-bottom-image" />
|
|
|
+ <view style="padding:20rpx 10rpx;position: absolute;z-index: 1;">
|
|
|
+ <view style="color:#606EB2;font-size:14px;font-weight: bold;text-align: left;">{{col.lebel}}</view>
|
|
|
+ <view>
|
|
|
+ <view style="color:#606EB2;display: flex;margin-top: 10rpx;">
|
|
|
+ <view class="card-label-class">{{col.numberKeyLabel}}</view>
|
|
|
+ <view style="display: flex;align-items: center;font-size: 15px;font-weight: bold;margin-left: 10rpx;">{{wxmlUtil.setItemValue(item,col.numberKey)}}</view>
|
|
|
+ </view>
|
|
|
+ <view style="color:#606EB2;margin-top: 10rpx;">
|
|
|
+ <view style="display: flex;">
|
|
|
+ <view class="card-label-class">{{col.amountKeyLabel}}</view>
|
|
|
+ <!-- <view style="display: flex;align-items: center;font-size: 15px;font-weight: bold;width: 70%;margin-left: 10rpx;">{{wxmlUtil.setItemValue(item,col.amountKey)}}</view> -->
|
|
|
+ <dk-cell contentRight="{{false}}" left="0" contentFontSize="14" contentColor="#606EB2"
|
|
|
+ contentFontWeight="bold" content="{{item[col.amountKey]?item[col.amountKey]:0}}"></dk-cell>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view>
|
|
|
+ <!-- <image src="{{imageUrl + col.image + '.png'}} " class="card-bottom-image" /> -->
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
-
|
|
|
- </view>
|
|
|
-
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
- </view>
|
|
|
-
|
|
|
</view>
|
|
|
</view>
|