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
3775da4f
Commit
3775da4f
authored
Nov 10, 2017
by
季圣华
Browse files
调整宽度-功能列表
parent
b6691a3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/pages/manage/functions.jsp
View file @
3775da4f
...
@@ -160,7 +160,7 @@
...
@@ -160,7 +160,7 @@
{
title
:
'
编号
'
,
field
:
'
Number
'
,
width
:
60
},
{
title
:
'
编号
'
,
field
:
'
Number
'
,
width
:
60
},
{
title
:
'
名称
'
,
field
:
'
Name
'
,
width
:
80
},
{
title
:
'
名称
'
,
field
:
'
Name
'
,
width
:
80
},
{
title
:
'
上级编号
'
,
field
:
'
PNumber
'
,
width
:
60
},
{
title
:
'
上级编号
'
,
field
:
'
PNumber
'
,
width
:
60
},
{
title
:
'
链接
'
,
field
:
'
URL
'
,
width
:
1
20
},
{
title
:
'
链接
'
,
field
:
'
URL
'
,
width
:
2
0
0
},
{
title
:
'
排序
'
,
field
:
'
Sort
'
,
width
:
50
},
{
title
:
'
排序
'
,
field
:
'
Sort
'
,
width
:
50
},
{
title
:
'
收缩
'
,
field
:
'
State
'
,
width
:
50
,
formatter
:
function
(
value
){
{
title
:
'
收缩
'
,
field
:
'
State
'
,
width
:
50
,
formatter
:
function
(
value
){
return
value
?
"
开
"
:
"
关
"
;
return
value
?
"
开
"
:
"
关
"
;
...
...
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