修改文字描述
This commit is contained in:
parent
a227900603
commit
59d93c1547
|
@ -178,7 +178,7 @@
|
||||||
@click="toPostage(item)">去发货
|
@click="toPostage(item)">去发货
|
||||||
</view>
|
</view>
|
||||||
<view class="bnt bnt_color" v-if="where.status == 2 && item.order_type == 0&& item.order_type !=1 &&item.activity_type==0"
|
<view class="bnt bnt_color" v-if="where.status == 2 && item.order_type == 0&& item.order_type !=1 &&item.activity_type==0"
|
||||||
@click="toPostagequ(item)">收件码
|
@click="toPostagequ(item)">去发货
|
||||||
</view>
|
</view>
|
||||||
<view class="bnt bnt_color"
|
<view class="bnt bnt_color"
|
||||||
v-if="(where.status == 2 && item.order_type == 1) || where.is_verify == 1"
|
v-if="(where.status == 2 && item.order_type == 1) || where.is_verify == 1"
|
||||||
|
|
Loading…
Reference in New Issue