Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
integralMall
integral-mall
Commits
3466d634
Commit
3466d634
authored
Nov 17, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 卡券状态文案修改
parent
28113d4b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
couponExchange.vue
src/views/order/couponExchange.vue
+1
-1
No files found.
src/views/order/couponExchange.vue
View file @
3466d634
...
...
@@ -76,7 +76,7 @@
<p
style=
"font-size:13px;color:#909399;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;"
>
卡券编号:
{{
scope
.
row
.
proReferId
}}
</p>
</el-tooltip>
<p
style=
"font-size:13px;color:#909399"
v-if=
"scope.row.proReferId.indexOf(',') === -1"
><span
v-if=
"scope.row.status === 2"
>
已领取
</span><span
v-if=
"scope.row.status
<
=
1
"
>
未领取
</span>
/
<span
v-if=
"scope.row.useStatus === 5"
>
已使用
</span><span
v-if=
"scope.row.useStatus === 0"
>
未
使用
</span><span
v-if=
"scope.row.useStatus === 7"
>
已销毁
</span></p>
<p
style=
"font-size:13px;color:#909399"
v-if=
"scope.row.proReferId.indexOf(',') === -1"
><span
v-if=
"scope.row.status === 2"
>
已领取
</span><span
v-if=
"scope.row.status
<
=
1
"
>
待领取
</span>
/
<span
v-if=
"scope.row.useStatus === 5"
>
已使用
</span><span
v-if=
"scope.row.useStatus === 0"
>
待
使用
</span><span
v-if=
"scope.row.useStatus === 7"
>
已销毁
</span></p>
</div>
</div>
</
template
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment