From 48d023f15d5e8cc4169585e032ce7116d23a91eb Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Sat, 13 Apr 2019 18:28:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9BUG=EF=BC=9A=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=E5=BC=82=E5=B8=B8=E9=A1=B5=E9=9D=A2=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E5=88=97=E8=B0=83=E6=95=B4=E5=88=B0=E7=AC=AC?= =?UTF-8?q?=E4=B8=80=E5=88=97=20closed=20#IVCHS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #Issue https://gitee.com/LongbowEnterprise/dashboard/issues?id=IVCHS --- Bootstrap.Admin/wwwroot/js/exceptions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/js/exceptions.js b/Bootstrap.Admin/wwwroot/js/exceptions.js index 0dd3109f..334c0780 100644 --- a/Bootstrap.Admin/wwwroot/js/exceptions.js +++ b/Bootstrap.Admin/wwwroot/js/exceptions.js @@ -12,12 +12,12 @@ sortOrder: 'desc', queryParams: function (params) { return $.extend(params, { StartTime: $("#txt_operate_start").val(), EndTime: $("#txt_operate_end").val() }); }, columns: [ + { title: "记录时间", field: "LogTime", sortable: true }, { title: "请求网址", field: "ErrorPage", sortable: true }, { title: "用户名", field: "UserId", sortable: true }, { title: "IP", field: "UserIp", sortable: true }, { title: "异常类型", field: "ExceptionType", sortable: false }, - { title: "异常描述", field: "Message", sortable: false }, - { title: "记录时间", field: "LogTime", sortable: true } + { title: "异常描述", field: "Message", sortable: false } ], exportOptions: { fileName: "程序异常数据"