|
@@ -13,7 +13,7 @@
|
|
|
<view class="flex-row justify-between" @click="goOrderDetail(item)">
|
|
<view class="flex-row justify-between" @click="goOrderDetail(item)">
|
|
|
<view class="leftText" :class="{'backColor1':item.tradeNoType == '1','backColor2':item.tradeNoType == '2','backColor3':item.tradeNoType == '3'}">
|
|
<view class="leftText" :class="{'backColor1':item.tradeNoType == '1','backColor2':item.tradeNoType == '2','backColor3':item.tradeNoType == '3'}">
|
|
|
<text v-if="item.tradeNoType == '1'">减少</text>
|
|
<text v-if="item.tradeNoType == '1'">减少</text>
|
|
|
- <text v-if="item.tradeNoType == '2'">新增</text>
|
|
|
|
|
|
|
+ <text v-if="item.tradeNoType == '2'">增加</text>
|
|
|
<text v-if="item.tradeNoType == '3'">减少</text>
|
|
<text v-if="item.tradeNoType == '3'">减少</text>
|
|
|
<text v-if="item.tradeNoType == '4'">增加</text>
|
|
<text v-if="item.tradeNoType == '4'">增加</text>
|
|
|
</view>
|
|
</view>
|