From ddc8d460e620eac2db961e25dda4ddbc3926e949 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期一, 06 十二月 2021 11:08:48 +0800 Subject: [PATCH] update TODO#131491 修改預約單 wording --- PAMapp/components/Client/ClientCard.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PAMapp/components/Client/ClientCard.vue b/PAMapp/components/Client/ClientCard.vue index 0110136..a0ecf5c 100644 --- a/PAMapp/components/Client/ClientCard.vue +++ b/PAMapp/components/Client/ClientCard.vue @@ -60,7 +60,7 @@ class="pam-myDemand-dialog" > <h5 class="subTitle text--center mb-30" - >{{isReserved ? '������' : '撌脰蝯∟���'}}</h5> + >{{isReserved ? '������' : '撌脰蝯∟���'}}</h5> <p v-if='isReserved' class="smTxt text-right" @@ -91,7 +91,7 @@ </template> <script lang="ts"> -import { Vue, Component, Prop, Mutation, Action } from 'nuxt-property-decorator'; +import { Vue, Component, Prop, Action } from 'nuxt-property-decorator'; import { isMobileDevice } from '~/assets/ts/device'; import { ClientInfo, markAsContact, recordRead } from '~/assets/ts/api/appointment'; -- Gitblit v1.8.0