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
yangchangjiang
2019-11-21 18:45:23 +0800
Commit
41bb012e52b33b634bececa9dc262f3baffe7e82
1 parent
1844004e
--task=null --user=杨长江 作废优惠券显示已作废状态
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/src/main/webapp/html/coupon/userCoupon.html
web/src/main/webapp/html/coupon/userCoupon.html
View file @
41bb012
...
...
@@ -92,7 +92,7 @@
width
:
50
,
align
:
"center"
,
formatter
:
function
(
value
,
rowData
)
{
return
value
==
1
?
'已使用'
:
'未使用'
;
return
value
==
1
?
'已使用'
:
(
value
==
2
?
'已作废'
:
'未使用'
)
;
}
},
{
title
:
"操作"
,
...
...
Please
register
or
login
to post a comment