plugins/util.js @@ -137,6 +137,12 @@ } return '' }, toMonth(date) { if (date) { return moment(date).format('MM-DD') } return '' }, formatDate(date, format) { if (date) { return moment(date).format(format)