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
Lixiaodi
2017-08-02 11:08:59 +0800
Commit
d9ce4e46140f8592e5cb9e5bebfb6cbdea3f4961
1 parent
8a2610b5
增加自动审核展示字段
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
code/static/js.jquery/module/SNS/ShareOrderAudit.js
code/static/js.jquery/module/SNS/ShareOrderAudit.js
View file @
d9ce4e4
...
...
@@ -133,6 +133,9 @@ var g = new common.grid({
return
"<p>"
+
ENUM
.
AuditEnum
[
item
.
status
]
?
ENUM
.
AuditEnum
[
item
.
status
]
:
""
+
"</p>"
;
}
},
{
display
:
'自动审核状态'
,
name
:
"checkStatusStr"
},
{
display
:
'审核人'
,
name
:
'auditorName'
},
{
...
...
Please
register
or
login
to post a comment