Authored by zhengwen.ge

update

... ... @@ -113,8 +113,6 @@
striped: true,
title: "短信列表",
dataType: "json",
pagination: true,
pageSize: 10,
loadFilter: function (data) {
return defaultLoadFilter(data);
},
... ... @@ -155,6 +153,9 @@
},{
title: "时间",
field: "createTime",
formatter : function(value, rowData, rowIndex) {
return new Date(parseInt(value)).toLocaleString().replace(/:\d{1,2}$/,' ');
},
width: "20%"
}]
});
... ...