Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
d62e6a5d
Commit
d62e6a5d
authored
May 04, 2019
by
季圣华
Browse files
更新日志页面列的宽度
parent
000f2c4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/manage/log.html
View file @
d62e6a5d
...
...
@@ -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
:
38
0
},
{
title
:
'
操作详情
'
,
field
:
'
remark
'
,
width
:
26
0
},
{
title
:
'
操作状态
'
,
field
:
'
status
'
,
width
:
70
,
align
:
"
center
"
,
formatter
:
function
(
value
){
return
value
?
"
失败
"
:
"
成功
"
;
}},
{
title
:
'
备注
'
,
field
:
'
remark
'
,
width
:
1
8
0
}
{
title
:
'
备注
'
,
field
:
'
remark
'
,
width
:
1
5
0
}
]],
onLoadError
:
function
()
{
$
.
messager
.
alert
(
'
页面加载提示
'
,
'
页面加载异常,请稍后再试!
'
,
'
error
'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment