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
马力
2016-12-08 10:07:22 +0800
Commit
d80c3152018a7fb54b2e59a419d808f20a66c378
2 parents
8d7f1efd
c71d8485
Merge branch 'dev_晒单评价优化' into dev5.3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
code/static/js.jquery/module/SNS/ShareOrderAudit.js
code/static/js.jquery/module/SNS/ShareOrderAudit.js
View file @
d80c315
...
...
@@ -130,6 +130,7 @@ var g = new common.grid({
return
"<p>"
+
ENUM
.
AuditEnum
[
item
.
status
]
?
ENUM
.
AuditEnum
[
item
.
status
]
:
""
+
"</p>"
;
}
},
{
display
:
'审核人'
,
name
:
'auditorName'
},
{
display
:
'审核返币'
,
render
:
function
(
item
)
{
...
...
Please
register
or
login
to post a comment