From 57dc3fc3fcd7c33e2cdd9bb7ba40028dd60faa17 Mon Sep 17 00:00:00 2001 From: Mila <Mila@pollex.com.tw> Date: 星期四, 09 十二月 2021 17:00:16 +0800 Subject: [PATCH] Merge branch 'master' of https://192.168.0.10:8443/r/pcalife/PAM --- PAMapp/assets/ts/api/appointment.ts | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/PAMapp/assets/ts/api/appointment.ts b/PAMapp/assets/ts/api/appointment.ts index f27be9d..cfb1c6b 100644 --- a/PAMapp/assets/ts/api/appointment.ts +++ b/PAMapp/assets/ts/api/appointment.ts @@ -55,14 +55,14 @@ job : string, requirement : string, communicateStatus: string, - hopeContactTime: string, - otherRequirement: string, - appointmentDate: Date, - agentNo: string, - customerId: number, - name: string, + hopeContactTime : string, + otherRequirement : string, + appointmentDate : Date, + agentNo : string, + customerId : number, + name : string, consultantViewTime: Date, consultantReadTime: Date, - contactTime: Date, + contactTime : Date, satisfactionScore: number } \ No newline at end of file -- Gitblit v1.8.0