From c0946457d311eb1ced63f7dcbcf4bc3f0e33c55a Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期三, 19 一月 2022 16:43:01 +0800
Subject: [PATCH] fixed: BackActionBar - 預約單結案後顯示的 lable 應為'結案明細'

---
 PAMapp/components/Consultant/ConsultantSwiper.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/PAMapp/components/Consultant/ConsultantSwiper.vue b/PAMapp/components/Consultant/ConsultantSwiper.vue
index 82f28d2..45a2ba7 100644
--- a/PAMapp/components/Consultant/ConsultantSwiper.vue
+++ b/PAMapp/components/Consultant/ConsultantSwiper.vue
@@ -40,10 +40,10 @@
 @Component
 export default class UiSwiper extends Vue {
 
-    @Prop() agents!: Consultant[];
+    @Prop()
+    agents!: Consultant[];
 
     hideReviews = hideReviews ;
-
     swiperOptions: SwiperOptions = {
       loop: false,
         slideToClickedSlide: false,
@@ -63,6 +63,8 @@
         }
     }
 
+    //////////////////////////////////////////////////////////////////////
+
     clkItem(loopIndex: number, realIndex: number) {
       const agentNo = this.agents[loopIndex].agentNo;
       this.$router.push(`/agentInfo/${agentNo}`);

--
Gitblit v1.8.0