From c8b6063b592dbcea9d56f4b6cdbca8533beb6e44 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期二, 15 二月 2022 17:25:51 +0800 Subject: [PATCH] Fixed#135354 修正 [顧問管理流程] 預約資訊明細 : 約訪紀錄的卡片 wording 粗細體不一致 --- PAMapp/shared/models/strict-query.model.ts | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/PAMapp/shared/models/strict-query.model.ts b/PAMapp/shared/models/strict-query.model.ts index 45a5f31..a0e4738 100644 --- a/PAMapp/shared/models/strict-query.model.ts +++ b/PAMapp/shared/models/strict-query.model.ts @@ -16,9 +16,12 @@ name : string; img : string; expertise : string[]; + suitability : number; avgScore : number; contactStatus: null; updateTime : null; seniority : string; + role : string; new : boolean; + latestAppointmentId :null } -- Gitblit v1.8.0