|
|
@@ -1,11 +1,11 @@
|
|
|
<template>
|
|
|
- <appResult>
|
|
|
+ <appResult :title="option.title">
|
|
|
<!-- <button class="admin-button-com blue big" @click="gotoOrderDetails">发货详情</button>-->
|
|
|
- <button class="admin-button-com blue big" @click="gotoOrderSend">发货</button>
|
|
|
+ <button v-if="option.title!='报损成功'" class="admin-button-com blue big" @click="gotoOrderSend">发货</button>
|
|
|
|
|
|
<!-- <button class="admin-button-com big" @click="gotoOrderPrint">打印单据</button>-->
|
|
|
- <button class="admin-button-com big" @click="gotoOrderDetails">订单详情</button>
|
|
|
- <button class="admin-button-com big" @click="gotoOrderList">订单列表</button>
|
|
|
+ <button v-if="option.title!='报损成功'" class="admin-button-com big" @click="gotoOrderDetails">订单详情</button>
|
|
|
+ <button v-if="option.title!='报损成功'" class="admin-button-com big" @click="gotoOrderList">订单列表</button>
|
|
|
<button class="admin-button-com big" @click="gotoPlace">继续开单</button>
|
|
|
</appResult>
|
|
|
</template>
|