From d62e6a5d5e27c96158831a60fadd408e84aaa343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <852955+jishenghua@users.noreply.gitee.com> Date: Sat, 4 May 2019 10:14:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=88=97=E7=9A=84=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- erp_web/pages/manage/log.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erp_web/pages/manage/log.html b/erp_web/pages/manage/log.html index 0ee225be..0d68b887 100644 --- a/erp_web/pages/manage/log.html +++ b/erp_web/pages/manage/log.html @@ -121,11 +121,11 @@ {title: '操作人员', field: 'username', width: 80, align: "center"}, {title: '操作IP', field: 'clientip', width: 90, align: "center"}, {title: '操作时间', field: 'createtime', width: 130, align: "center"}, - {title: '操作详情', field: 'remark', width: 380}, + {title: '操作详情', field: 'remark', width: 260}, {title: '操作状态',field: 'status',width:70,align:"center",formatter:function(value){ return value? "失败":"成功"; }}, - {title: '备注', field: 'remark', width: 180} + {title: '备注', field: 'remark', width: 150} ]], onLoadError: function () { $.messager.alert('页面加载提示', '页面加载异常,请稍后再试!', 'error');