feat(#BUGID): 访问日志页面增加来源列
#Comment comment #I134CP #Issue link #I134CP
This commit is contained in:
parent
1327b4c593
commit
e062001953
|
@ -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: "访问日志数据",
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue