mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-24 02:16:14 +08:00
修改系统日志导出
This commit is contained in:
parent
feb15ae7ea
commit
ac58ece305
@ -65,9 +65,9 @@
|
||||
require(['excel'], function (excel) {
|
||||
excel.bind(function (data) {
|
||||
data.forEach(function (item, index) {
|
||||
data[index] = [item.username, item.node, item.geoip, item.geoisp, item.action, item.create_at];
|
||||
data[index] = [item.username, item.node, item.geoip, item.geoisp, item.action, item.content, item.create_at];
|
||||
});
|
||||
data.unshift(['操作账号', '访问节点', '访问IP地址', '访问地理区域', '访问操作', '操作时间']);
|
||||
data.unshift(['操作账号', '访问节点', '访问IP地址', '访问地理区域', '访问操作', '操作内容', '操作时间']);
|
||||
return data;
|
||||
}, '操作日志');
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user