|
|
@ -13,9 +13,9 @@ |
|
|
<text class="list-title">{{items.belongEnterpriseName}}</text> |
|
|
<text class="list-title">{{items.belongEnterpriseName}}</text> |
|
|
<text class="list-title-Subtitle">{{ controlItems[items.orderStatus - 1] }}</text> |
|
|
<text class="list-title-Subtitle">{{ controlItems[items.orderStatus - 1] }}</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="list-border list-info-line" v-for="(item, index) in items.orderItemList" :key="index"> |
|
|
|
|
|
<view class="list-info" :class="index === items.orderItemList.length ? 'list-border' : ''"> |
|
|
|
|
|
<view class=""><image class="list-image" src="../../static/logo.png"></image></view> |
|
|
|
|
|
|
|
|
<view class="list-border list-info-line" v-for="(item, index) in items.itemList" :key="index"> |
|
|
|
|
|
<view class="list-info" :class="index === items.itemList.length ? 'list-border' : ''"> |
|
|
|
|
|
<view class=""><image class="list-image" :src="item.productImg || '../../static/logo.png' "></image></view> |
|
|
<view class="list-info-contant"> |
|
|
<view class="list-info-contant"> |
|
|
<view class="list-info-title">{{ item.brandName }}{{ item.categoryName }}</view> |
|
|
<view class="list-info-title">{{ item.brandName }}{{ item.categoryName }}</view> |
|
|
<view class="list-info-text"> |
|
|
<view class="list-info-text"> |
|
|
|