mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update index_search.html
This commit is contained in:
parent
9f63854a69
commit
6e879f5b1c
@ -80,10 +80,7 @@
|
|||||||
data.unshift(['ID', '操作账号', '访问节点', '访问IP地址', '访问地理区域', '访问操作', '操作内容', '操作时间']);
|
data.unshift(['ID', '操作账号', '访问节点', '访问IP地址', '访问地理区域', '访问操作', '操作内容', '操作时间']);
|
||||||
|
|
||||||
// 自动计算列序号
|
// 自动计算列序号
|
||||||
var lastCol = layui.excel.numToTitle((function (count, idx) {
|
var lastCol = layui.excel.numToTitle(data[0].length || 0);
|
||||||
for (idx in data[0]) count++;
|
|
||||||
return count;
|
|
||||||
})(0));
|
|
||||||
|
|
||||||
// 设置表头样式
|
// 设置表头样式
|
||||||
layui.excel.setExportCellStyle(data, 'A1:' + lastCol + '1', {
|
layui.excel.setExportCellStyle(data, 'A1:' + lastCol + '1', {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user