@@ -1,7 +1,7 @@
<template>
<appResult :title="option.title">
<button v-if="option.title != '报损成功'" class="admin-button-com big" @click="gotoOrderDetail">订单详情</button>
- <button class="admin-button-com big" @click="goBackHome">返回</button>
+ <button class="admin-button-com big" @click="goBackHome">返回首页</button>
</appResult>
</template>
<script>
@@ -41,7 +41,7 @@ export default {
this.pageTo({ url: "/admin/home/workbench", type: 3 })
},
goDetail() {
- this.pageTo({url: '/pagesPurchase/purDetails?status=2&id=' + this.option.id, type: 2})
+ this.pageTo({url: '/pagesPurchase/purDetails?status=2&id=' + this.option.id, type: 3})
}
};