保誠-保戶業務員媒合平台
Tomas
2021-12-22 86df6e0c0a3b3e0542d93bc9725acc100907cc8a
PAMapp/components/Client/ClientCard.vue
@@ -97,7 +97,7 @@
import { Vue, Component, Prop, Action } from 'nuxt-property-decorator';
import appointmentService from '~/shared/services/appointment.service';
import { isMobileDevice } from '~/shared/device';
import UtilsService from '~/shared/services/utils.service';
import { hideReviews } from '~/shared/const/hide-reviews';
import { ClientInfo } from '~/shared/models/client.model';
import myConsultantService from '~/shared/services/my-consultant.service';
@@ -194,7 +194,7 @@
    }
    openDetail() {
        this.dialogWidth = isMobileDevice() ? '80%' : '';
        this.dialogWidth = UtilsService.isMobileDevice() ? '80%' : '';
        this.isVisibleDialog = true;
    }