feat(#BUGID): 访问日志页面增加来源列

#Comment
comment #I134CP

#Issue
link #I134CP
This commit is contained in:
Argo Zhang 2019-10-10 10:33:48 +08:00
parent 1327b4c593
commit e062001953
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,8 @@ $(function () {
{ title: "操作地点", field: "City", sortable: true },
{ title: "浏览器", field: "Browser", sortable: true },
{ title: "操作系统", field: "OS", sortable: true },
{ title: "操作页面", field: "RequestUrl", sortable: true }
{ title: "操作页面", field: "RequestUrl", sortable: true },
{ title: "Referer", field: "Referer", sortable: false }
],
exportOptions: {
fileName: "访问日志数据",

View File

@ -339,7 +339,7 @@
showColumns: true, //是否显示所有的列
showRefresh: true, //是否显示刷新按钮
showToggle: true, //是否显示详细视图和列表视图的切换按钮
cardView: $(window).width() < 768, //是否显示详细视图
cardView: $(window).width() < 768, //是否显示详细视图
queryButton: '#btn_query',
onLoadSuccess: function (data) {
$.footer();