保誠-保戶業務員媒合平台
Mila
2021-12-06 ddc8d460e620eac2db961e25dda4ddbc3926e949
update TODO#131491 修改預約單 wording
修改1個檔案
4 ■■■■ 已變更過的檔案
PAMapp/components/Client/ClientCard.vue 4 ●●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
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';