[操作日志]操作日志可以导出为Excel

This commit is contained in:
GoEdgeLab
2020-11-20 17:08:10 +08:00
parent f4409363f0
commit f8b6116c73
6 changed files with 142 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ func init() {
Helper(new(Helper)).
Prefix("/log").
Get("", new(IndexAction)).
Get("/exportExcel", new(ExportExcelAction)).
EndAll()
})