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
Email Patches
Plain Diff
Browse Files
Authored by
leo
2017-01-17 15:27:37 +0800
Commit
1a0a6fd887c410adb2b252e488b242f5f24ddd36
1 parent
1da41f92
Update: CMS活动模板列表增加商品数量字段
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 @
1a0a6fd
...
...
@@ -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