From bdae23a40c461c2c6b6ee614f661eac731c949c8 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期三, 22 十二月 2021 14:12:05 +0800
Subject: [PATCH] Merge branch 'master' of https://192.168.0.10:8443/r/pcalife/PAM

---
 PAMapp/pages/userReviewsRecord/index.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/PAMapp/pages/userReviewsRecord/index.vue b/PAMapp/pages/userReviewsRecord/index.vue
index a0665d9..2f5471e 100644
--- a/PAMapp/pages/userReviewsRecord/index.vue
+++ b/PAMapp/pages/userReviewsRecord/index.vue
@@ -12,7 +12,7 @@
     </section>
 
     <section class="user-reviews-content">
-        <div 
+        <div
             class="user-reviews-card"
             v-for="(appointmentLog, index) in myAppointmentReviewLogList"
             :key="index">
@@ -24,25 +24,25 @@
             </div>
             <div class="user-reviews-card-date">
                 <div class="date">
-                    <UiDateFormat 
+                    <UiDateFormat
                         :date="appointmentLog.lastModifiedDate"
                         onlyShowSection="DAY" />
                 </div>
                 <div class="time">
-                    <UiDateFormat 
+                    <UiDateFormat
                         :date="appointmentLog.lastModifiedDate"
                         onlyShowSection="TIME" />
                 </div>
             </div>
         </div>
     </section>
-  
+
 </div>
 
 </template>
 <script lang="ts">
 import { Vue, Component, Action, State, namespace } from 'nuxt-property-decorator';
-import { AppointmentLog } from '~/assets/ts/models/appointment.model';
+import { AppointmentLog } from '~/shared/models/appointment.model';
 
 const roleStorage = namespace('localStorage');
 
@@ -62,7 +62,7 @@
     mounted() {
         this.storeMyAppointmentReviewLog();
     }
-    
+
 }
 </script>
 <style lang="scss" scoped>
@@ -99,7 +99,7 @@
                 width:52px;
                 .date{
                     margin-bottom: 2px;
-                    
+
                 }
             }
         }
@@ -110,4 +110,4 @@
         flex: 1;
     }
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.8.0