保誠-保戶業務員媒合平台
fixed : TODO #132231 [取消預約後,時間應更新為最新操作時間,而非當初預約時間]
修改1個檔案
2 ■■■ 已變更過的檔案
PAMapp/components/Consultant/ConsultantCard.vue 2 ●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
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') {