保誠-保戶業務員媒合平台
wayne
2022-03-11 27d109b5792305d849f578627f98e1cb55a330f4
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;