Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
Plain Diff
Browse Files
Authored by
leo
2017-01-18 16:35:17 +0800
Commit
a95a005438def7b6c66c5d9d0e6b85a1d9304025
2 parents
50371d26
1a0a6fd8
Merge branch 'dev_活动模板优化' into grey
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
code/static/js.jquery/module/operations/activitytemplate/Index.js
code/static/js.jquery/module/operations/activitytemplate/Index.js
View file @
a95a005
...
...
@@ -35,6 +35,10 @@ var g = new common.grid({
}
},
{
display
:
'SKN数量'
,
name
:
"productCount"
},
{
display
:
"状态"
,
render
:
function
(
item
)
{
return
"<p>"
+
statusArr
[
item
.
status
]
+
"</p>"
;
...
...
Please
register
or
login
to post a comment