Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chenchao
5 years ago
Commit
c339115e00c9e60e5ade385db1b7b45f88223023
1 parent
4451ded1
add desc in list page
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
web/src/main/webapp/html/orderManage/metaConfig.html
web/src/main/webapp/html/orderManage/metaConfig.html
View file @
c339115
...
...
@@ -89,22 +89,27 @@
columns
:
[[{
title
:
"编号"
,
field
:
"code"
,
width
:
4
0
width
:
2
0
},
{
title
:
"标题"
,
field
:
"title"
,
align
:
"center"
,
width
:
40
width
:
30
},{
title
:
"功能描述"
,
field
:
"desc"
,
align
:
"center"
,
width
:
50
,
},
{
title
:
"创建时间"
,
field
:
"createTimeStr"
,
align
:
"center"
,
width
:
4
0
,
width
:
2
0
,
},
{
title
:
"操作"
,
field
:
"operations"
,
align
:
"center"
,
width
:
4
0
,
width
:
3
0
,
formatter
:
function
(
value
,
rowData
)
{
var
str
=
"<a role='detail' dataId='"
+
rowData
.
code
+
"' style='margin-left:10px;background-color: #5cb85c !important;'>编辑</a>"
;
if
(
rowData
.
code
==
"super_enter_stage_func"
){
...
...
Please
register
or
login
to post a comment