shish 5 лет назад
Родитель
Сommit
df3b570f17
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      ghsApp/src/admin/billing/result.vue
  2. 1 1
      hdApp/src/pagesPurchase/particulars.vue

+ 1 - 1
ghsApp/src/admin/billing/result.vue

@@ -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>

+ 1 - 1
hdApp/src/pagesPurchase/particulars.vue

@@ -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})
     }
   },
 };