保誠-保戶業務員媒合平台
Tomas
2022-01-12 943b8dfc3fd82d76d46cde1834972270d4aa868a
PAMapp/components/Client/ClientCard.vue
@@ -6,7 +6,7 @@
            class="rowStyle cursor--pointer"
            justify="space-between"
            :class="{'new': newAppointment }"
            @click.native="openDetail"
            @click.native="viewDetail"
        >
        <div class="test">
            <div class="unread" v-if="isReserved">
@@ -202,6 +202,12 @@
        this.memo = this.memoInfo.content;
    }
    //////////////////////////////////////////////////////////////////////
    viewDetail(): void {
      this.$router.push(`/appointment/${this.client.id}`);
    }
    get newAppointment(): boolean {
      return !this.client.consultantViewTime
            && this.client.communicateStatus === 'reserved';