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
7ff53db0
Commit
7ff53db0
authored
May 06, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 导出
parent
9877aae0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
recycle-record-detail.vue
src/views/card/recycle-record-detail.vue
+15
-3
No files found.
src/views/card/recycle-record-detail.vue
View file @
7ff53db0
...
...
@@ -17,7 +17,18 @@
</
template
>
</el-table-column>
<el-table-column
show-overflow-tooltip
min-width=
"120"
prop=
"memberCardNo"
label=
"会员卡号"
/>
<el-table-column
show-overflow-tooltip
prop=
"refundOrderSerial"
label=
"退款单号"
/>
<el-table-column
prop=
"refundOrderSerial"
label=
"退款单号"
>
<
template
slot-scope=
"{ row }"
>
<el-tooltip
:content=
"row.refundOrderSerial"
>
<div
class=
"ellipsis"
>
{{
row
.
refundOrderSerial
}}
</div>
</el-tooltip>
</
template
>
</el-table-column>
<el-table-column
show-overflow-tooltip
min-width=
"120"
label=
"回收总金额"
>
<
template
slot-scope=
"{ row }"
>
{{
row
.
couponAmountManual
+
row
.
couponAmountAuto
}}
</
template
>
</el-table-column>
<el-table-column
show-overflow-tooltip
min-width=
"120"
prop=
"couponAutoDestroy"
label=
"系统回收券数"
/>
<el-table-column
show-overflow-tooltip
min-width=
"120"
prop=
"couponAmountAuto"
label=
"系统回收金额"
>
</el-table-column>
<el-table-column
show-overflow-tooltip
min-width=
"120"
prop=
"couponManualDestroy"
label=
"手动回收券数"
></el-table-column>
...
...
@@ -138,11 +149,12 @@ export default {
exportExcel
()
{
this
.
dialogVisible
=
true
;
this
.
excelUrl
=
ecmConsumeCouponExcel
;
const
{
searchParam
,
beginTime
,
endTime
}
=
this
.
listParams
;
const
{
searchParam
s
,
beginTime
,
endTime
,
refundOrderSerial
}
=
this
.
listParams
;
this
.
params
=
{
searchParam
,
searchParam
s
,
beginTime
,
endTime
,
refundOrderSerial
,
requestProject
:
'marketing'
};
},
...
...
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