From ac594e4efb30ba28776d74b0fb08ab34d7c32023 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 30 十二月 2021 15:20:08 +0800 Subject: [PATCH] Merge branch 'Phase2' --- 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..22bd458 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() + fileName!: string; get imgSrc() { return process.env.BASE_URL + '/consultant/avatar/' + this.agentNo; -- Gitblit v1.8.0