Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
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
member
member
Commits
5cfaf5f8
Commit
5cfaf5f8
authored
Sep 14, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/8月-奥莱抵金券'
parents
917ac283
7989f109
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
cardvoucher.vue
src/components/wechatmembers/cardvoucher.vue
+3
-3
No files found.
src/components/wechatmembers/cardvoucher.vue
View file @
5cfaf5f8
...
...
@@ -120,7 +120,7 @@
min-width=
"80px"
>
<
template
slot-scope=
"{row}"
>
{{
row
.
cardType
==
0
?
'抵金券'
:
row
.
cardType
==
1
?
'折扣券'
:
row
.
cardType
==
2
?
'兑换券'
:
'--'
}}
{{
row
.
cardType
==
0
?
'抵金券'
:
row
.
cardType
==
1
?
'折扣券'
:
row
.
cardType
==
2
?
'兑换券'
:
row
.
cardType
==
3
?
'商场抵金券'
:
'--'
}}
</
template
>
</el-table-column>
<el-table-column
...
...
@@ -141,7 +141,7 @@
min-width=
"80px"
>
<
template
slot-scope=
"{row}"
>
{{
row
.
cardType
==
0
?
`${row.cardDenomination
}
元`
:
row
.
cardType
==
1
?
`${row.cardDenomination
}
折`
:
'--'
}}
{{
row
.
cardType
==
0
||
row
.
cardType
==
3
?
`${row.cardDenomination
}
元`
:
row
.
cardType
==
1
?
`${row.cardDenomination
}
折`
:
'--'
}}
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
...
...
@@ -217,7 +217,7 @@
<
div
class
=
"operate"
>
<
el
-
button
type
=
"text"
v
-
if
=
"scope.row.status === 4 && getCodeAuth('memberCardDestory')"
v
-
if
=
"scope.row.status === 4 &&
scope.row.cardType != 3 &&
getCodeAuth('memberCardDestory')"
:
limit
-
code
=
'getCode("memberCardDestory")'
@
click
=
"handleCheckDestory(scope.row)"
>
核销
<
/el-button
>
...
...
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