流量统计首页界面文件导出增加日期后缀

This commit is contained in:
zhanghongqing
2018-12-27 16:57:42 +08:00
parent e50f8f419d
commit 1948fd6763
11 changed files with 80 additions and 63 deletions

View File

@@ -180,7 +180,7 @@ $(".export-btn").click(function(){
headings:true,
footers:true,
formats:[dataType],
fileName:"service"+nowDate.getFullYear()+(nowDate.getMonth()+1)+nowDate.getDate(),
fileName:"service"+nowDate.getFullYear()+(nowDate.getMonth()+1)+nowDate.getDate()+nowDate.getHours()+nowDate.getMinutes()+nowDate.getSeconds(),
bootstrap:false
});
$("#myexport").click();