uu
This commit is contained in:
parent
173cc94fe5
commit
1257f38247
@ -78,7 +78,7 @@
|
||||
<u-button @click="handleDealItem(item, { type: 3 })" shape="circle" type="primary"
|
||||
:plain="true" custom-style="height: 54rpx;margin-left: 12rpx;">取消</u-button>
|
||||
</u-row>
|
||||
<u-row v-else="">
|
||||
<u-row v-else>
|
||||
<u-button v-if="item.waybillStatus == 0" @click="handleDealItem(item, { type: 2 })" shape="circle" type="primary" :plain="true"
|
||||
custom-style="height: 54rpx;margin-left: 12rpx;">立即开单</u-button>
|
||||
<u-button v-if="item.waybillStatus == 0" @click="handleDealItem(item, { type: 4 })" shape="circle" type="primary"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user