From b0733e169ddcdf67e81f70dcf7f4dc948e85ff19 Mon Sep 17 00:00:00 2001
From: HelenHuang <LinHuang@pollex.com.tw>
Date: 星期五, 21 一月 2022 22:20:12 +0800
Subject: [PATCH] fixed#134599 修正 [ 顧問管理流程 ] 結案狀態的預約單 : 在結案明細中,點擊「發送滿意度通知」沒有反映。

---
 PAMapp/components/Ui/UiAvatar.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/PAMapp/components/Ui/UiAvatar.vue b/PAMapp/components/Ui/UiAvatar.vue
index 43d2bd1..2cd6eb3 100644
--- a/PAMapp/components/Ui/UiAvatar.vue
+++ b/PAMapp/components/Ui/UiAvatar.vue
@@ -11,8 +11,11 @@
 
 @Component
 export default class UiAvatar extends Vue {
-    @Prop() size!: number;
-    @Prop() agentNo!: string;
+    @Prop()
+    size!: number;
+
+    @Prop()
+    agentNo!: string;
 
     get imgSrc() {
         return process.env.BASE_URL + '/consultant/avatar/' + this.agentNo;

--
Gitblit v1.8.0