保誠-保戶業務員媒合平台
fixed: [客戶-顧問清單] 沒有顯示最後更新日期的錯誤情形(commit# e2b8d02 的 side effect)
修改1個檔案
2 ■■■ 已變更過的檔案
PAMapp/components/Consultant/ConsultantCard.vue 2 ●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/components/Consultant/ConsultantCard.vue
@@ -45,7 +45,7 @@
                    :class="actionBtnStyle"
                >{{ actionBtnLabel }}</el-button>
                <div class="updateTime mt-10">
                    {{ agentInfo.appointmentLastModifiedDate | formatDate }}
                    {{ (isAppointment ? agentInfo.appointmentLastModifiedDate : agentInfo.updateTime)  | formatDate }}
                </div>
            </el-col>
        </el-row>