|
@@ -30,7 +30,7 @@
|
|
<view v-else class="tui-order-content">
|
|
<view v-else class="tui-order-content">
|
|
<view class="tui-order-item" v-for="(order,orderIndex) in orderList" :key="orderIndex" @click.stop="detail(order.orderID)">
|
|
<view class="tui-order-item" v-for="(order,orderIndex) in orderList" :key="orderIndex" @click.stop="detail(order.orderID)">
|
|
<view class="order-title">
|
|
<view class="order-title">
|
|
- <view class="order-title-name">这里是机构的名称</view>
|
|
|
|
|
|
+ <view class="order-title-name">{{order.clubName}}</view>
|
|
<view class="order-title-t">
|
|
<view class="order-title-t">
|
|
<text class="bage-buss tui-skeleton-fillet" v-if="order.orderSubmitType == 3 || order.orderSubmitType == 4">协销</text>
|
|
<text class="bage-buss tui-skeleton-fillet" v-if="order.orderSubmitType == 3 || order.orderSubmitType == 4">协销</text>
|
|
<text class="bage-auto tui-skeleton-fillet" v-if="order.orderSubmitType == 0 || order.orderSubmitType == 1 || order.orderSubmitType == 2">自主</text>
|
|
<text class="bage-auto tui-skeleton-fillet" v-if="order.orderSubmitType == 0 || order.orderSubmitType == 1 || order.orderSubmitType == 2">自主</text>
|