Commit c9834909 authored by 陈家荣's avatar 陈家荣

修改excel内容

parent 0189e45b
...@@ -420,7 +420,7 @@ router.get('/info/report/exportXlsReport/:id', function(req, res, next) { ...@@ -420,7 +420,7 @@ router.get('/info/report/exportXlsReport/:id', function(req, res, next) {
var conf = {}; var conf = {};
conf.cols = [ conf.cols = [
{caption:'日期', type:'string'}, {caption:'日期', type:'string'},
{caption:'浏览人数', type:'number'}, {caption:'访问人数', type:'number'},
{caption:'发帖数', type:'number'} {caption:'发帖数', type:'number'}
]; ];
conf.rows = []; conf.rows = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment