From 54491f0cccaee77a234b0e5f6757c3650ccd2401 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期一, 13 十二月 2021 17:11:58 +0800 Subject: [PATCH] fixed : TODO #132231 [取消預約後,時間應更新為最新操作時間,而非當初預約時間] --- PAMapp/components/Consultant/ConsultantCard.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PAMapp/components/Consultant/ConsultantCard.vue b/PAMapp/components/Consultant/ConsultantCard.vue index 2f161fb..ef375ff 100644 --- a/PAMapp/components/Consultant/ConsultantCard.vue +++ b/PAMapp/components/Consultant/ConsultantCard.vue @@ -193,7 +193,7 @@ time = this.agentInfo.updateTime break; case 'picked': - time = this.agentInfo.createTime + time = this.agentInfo.updateTime break; } if (typeof time !== 'string') { -- Gitblit v1.8.0