处理时间 //格式化时间(年月日时分秒) function formatTime(time) { return time ? moment(time).format("YYYY-MM-DD HH:mm:ss") : ""; } //格式化时间(年月日时分)