保誠-保戶業務員媒合平台
Mila
2022-01-04 7ef236374431bf2a9ed74dc23e5909c6ef22932d
PAMapp/pages/myAppointmentList.vue
@@ -28,7 +28,7 @@
             :isOpen.sync="showNewAppointmentHint"
        >
            <div class="text--center mdTxt">
                <p class="mb-50">你有 <span class="text--primary">{{ newAppointmentSum }}</span> 則新的預約</p>
                <p class="mb-50">您有 <span class="text--primary">{{ newAppointmentSum }}</span> 則新的預約</p>
                <div class="text--center">
                    <el-button
                        type="primary"
@@ -121,7 +121,7 @@
      this.showNewAppointmentHint = this.newAppointmentSum > 0;
    }
    @Watch('$route')
    @Watch('$route', {immediate: true})
    onRouteChange() {
        const routeFullName = this.$route.name;
        if (routeFullName) {