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
0b0328e1
Commit
0b0328e1
authored
Jun 01, 2017
by
季圣华
Browse files
更新应用管理和功能管理的列表样式
parent
8484b840
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/pages/manage/app.jsp
View file @
0b0328e1
...
@@ -183,14 +183,21 @@
...
@@ -183,14 +183,21 @@
{
title
:
'
链接
'
,
field
:
'
URL
'
,
width
:
100
},
{
title
:
'
链接
'
,
field
:
'
URL
'
,
width
:
100
},
{
title
:
'
宽度
'
,
field
:
'
Width
'
,
width
:
50
},
{
title
:
'
宽度
'
,
field
:
'
Width
'
,
width
:
50
},
{
title
:
'
高度
'
,
field
:
'
Height
'
,
width
:
50
},
{
title
:
'
高度
'
,
field
:
'
Height
'
,
width
:
50
},
{
title
:
'
拉伸
'
,
field
:
'
ReSize
'
,
width
:
50
},
{
title
:
'
拉伸
'
,
field
:
'
ReSize
'
,
width
:
50
,
formatter
:
function
(
value
){
{
title
:
'
最大化
'
,
field
:
'
OpenMax
'
,
width
:
50
},
return
value
?
"
开
"
:
"
关
"
;
{
title
:
'
Flash
'
,
field
:
'
Flash
'
,
width
:
50
},
}},
{
title
:
'
最大化
'
,
field
:
'
OpenMax
'
,
width
:
50
,
formatter
:
function
(
value
){
return
value
?
"
开
"
:
"
关
"
;
}},
{
title
:
'
Flash
'
,
field
:
'
Flash
'
,
width
:
50
,
formatter
:
function
(
value
){
return
value
?
"
开
"
:
"
关
"
;
}},
{
title
:
'
种类
'
,
field
:
'
ZL
'
,
width
:
50
},
{
title
:
'
种类
'
,
field
:
'
ZL
'
,
width
:
50
},
{
title
:
'
排序号
'
,
field
:
'
Sort
'
,
width
:
50
},
{
title
:
'
排序号
'
,
field
:
'
Sort
'
,
width
:
50
},
{
title
:
'
备注
'
,
field
:
'
Remark
'
,
width
:
50
},
{
title
:
'
备注
'
,
field
:
'
Remark
'
,
width
:
50
},
{
title
:
'
启用
'
,
field
:
'
Enabled
'
,
width
:
50
},
{
title
:
'
启用
'
,
field
:
'
Enabled
'
,
width
:
50
,
formatter
:
function
(
value
){
return
value
?
"
开
"
:
"
关
"
;
}},
{
title
:
'
操作
'
,
field
:
'
op
'
,
align
:
"
center
"
,
width
:
130
,
formatter
:
function
(
value
,
rec
)
{
title
:
'
操作
'
,
field
:
'
op
'
,
align
:
"
center
"
,
width
:
130
,
formatter
:
function
(
value
,
rec
)
{
{
var
str
=
''
;
var
str
=
''
;
...
...
src/main/webapp/pages/manage/functions.jsp
View file @
0b0328e1
...
@@ -155,8 +155,12 @@
...
@@ -155,8 +155,12 @@
{
title
:
'
上级编号
'
,
field
:
'
PNumber
'
,
width
:
60
},
{
title
:
'
上级编号
'
,
field
:
'
PNumber
'
,
width
:
60
},
{
title
:
'
链接
'
,
field
:
'
URL
'
,
width
:
120
},
{
title
:
'
链接
'
,
field
:
'
URL
'
,
width
:
120
},
{
title
:
'
排序
'
,
field
:
'
Sort
'
,
width
:
50
},
{
title
:
'
排序
'
,
field
:
'
Sort
'
,
width
:
50
},
{
title
:
'
收缩
'
,
field
:
'
State
'
,
width
:
50
},
{
title
:
'
收缩
'
,
field
:
'
State
'
,
width
:
50
,
formatter
:
function
(
value
){
{
title
:
'
启用
'
,
field
:
'
Enabled
'
,
width
:
50
},
return
value
?
"
开
"
:
"
关
"
;
}},
{
title
:
'
启用
'
,
field
:
'
Enabled
'
,
width
:
50
,
formatter
:
function
(
value
){
return
value
?
"
开
"
:
"
关
"
;
}},
{
title
:
'
类型
'
,
field
:
'
Type
'
,
width
:
50
},
{
title
:
'
类型
'
,
field
:
'
Type
'
,
width
:
50
},
{
title
:
'
操作
'
,
field
:
'
op
'
,
align
:
"
center
"
,
width
:
130
,
formatter
:
function
(
value
,
rec
)
{
title
:
'
操作
'
,
field
:
'
op
'
,
align
:
"
center
"
,
width
:
130
,
formatter
:
function
(
value
,
rec
)
{
{
...
...
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