JS将/Date(1446704778000)/转换成str:
var dateStr = eval(ele.add_time.replace(/\/Date\((\d+)\)\//gi, "new Date($1)")).format('yyyy-M-d h:m');

05-02 17:43