|
|
@@ -1,13 +1,6 @@
|
|
|
<template>
|
|
|
<appResult :title="option.title">
|
|
|
- <button v-if="option.title != '报损成功'" class="admin-button-com blue big" @click="printOrder">
|
|
|
- 打印
|
|
|
- </button>
|
|
|
- <button v-if="option.title != '报损成功'" class="admin-button-com big" @click="gotoOrderSend">发货</button>
|
|
|
- <button v-if="option.title != '报损成功'" class="admin-button-com big" @click="gotoOrderDetail">
|
|
|
- 订单详情
|
|
|
- </button>
|
|
|
-
|
|
|
+ <button v-if="option.title != '报损成功'" class="admin-button-com big" @click="gotoOrderDetail">订单详情</button>
|
|
|
<button class="admin-button-com big" @click="goBackHome">返回</button>
|
|
|
</appResult>
|
|
|
</template>
|