|
|
@@ -40,7 +40,7 @@
|
|
|
</view>
|
|
|
<view class="express-actions">
|
|
|
<button class="admin-button-com mini-btn btn-danger" v-if="canCancelExpress(detailInfo.sendStatus)" @click.stop="cancelMyExpress(detailInfo.id, detailInfo.deliveryId)">取消跑腿</button>
|
|
|
- <button class="admin-button-com mini-btn" v-if="[-1, -2].includes(Number(detailInfo.sendStatus))" @click.stop="openExpressPage()">重叫跑腿</button>
|
|
|
+ <button class="admin-button-com mini-btn" v-if="[-1, -2].includes(Number(detailInfo.sendStatus)) && detailInfo.status == 2" @click.stop="openExpressPage()">重叫跑腿</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!--
|