Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
1f6943b2
Commit
1f6943b2
authored
May 06, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 文案
parent
7ff53db0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
recycle-record-detail.vue
src/views/card/recycle-record-detail.vue
+9
-2
refund.vue
src/views/card/refund.vue
+1
-1
No files found.
src/views/card/recycle-record-detail.vue
View file @
1f6943b2
...
...
@@ -70,7 +70,9 @@
<a
:href=
"'/marketing/#/card/info/' + row.couponId"
target=
"_blank"
>
{{
row
.
couponName
}}
</a>
</
template
>
</el-table-column>
<el-table-column
show-overflow-tooltip
width=
"80"
prop=
"couponDenomination"
label=
"卡券金额"
/>
<el-table-column
show-overflow-tooltip
width=
"120"
prop=
"couponDenomination"
label=
"卡券金额"
>
<
template
slot-scope=
"{ row }"
>
{{
row
.
couponDenomination
}}{{
couponTypeUnit
[
row
.
couponType
]
}}
</
template
>
</el-table-column>
<el-table-column
show-overflow-tooltip
min-width=
"120"
prop=
"couponCode"
label=
"卡券代码"
/>
</el-table>
</div>
...
...
@@ -91,6 +93,10 @@ const couponType = {
1
:
'折扣券'
,
2
:
'礼品券'
};
const
couponTypeUnit
=
{
0
:
'元'
,
1
:
'折'
};
export
default
{
data
()
{
...
...
@@ -113,7 +119,8 @@ export default {
detailLoading
:
false
,
detailList
:
[],
destoryType
,
couponType
couponType
,
couponTypeUnit
};
},
mounted
()
{
...
...
src/views/card/refund.vue
View file @
1f6943b2
<
template
>
<el-tabs
v-model=
"activeName"
>
<el-tab-pane
label=
"退
款
记录"
name=
"refund-list"
>
<el-tab-pane
label=
"退
券
记录"
name=
"refund-list"
>
<refundList
/>
</el-tab-pane>
<el-tab-pane
label=
"卡券积分回收明细"
name=
"recycle-record-detail"
v-if=
"isAolaiVal"
>
...
...
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