保誠-保戶業務員媒合平台
wayne
2021-11-12 505f666d3ecf3688778c079a8bbfb366d695cf22
PAMapp/plugins/filters/date.filter.ts
@@ -14,6 +14,10 @@
    return compareDate.getFullYear() === today.getFullYear();
  }
  if (!value) {
    return '尚無紀錄';
  }
  if (isThisYear(date)) {
    return isToday(date)
          ? `今天 ${date.getHours()}:${date.getMinutes()}`