Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xinrenli-admin
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郑云飞
xinrenli-admin
Commits
314689e2
Commit
314689e2
authored
Apr 11, 2023
by
zhangmengjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
23.4.11
parent
7f7adfeb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
src/views/marketing/index.vue
+13
-0
No files found.
src/views/marketing/index.vue
View file @
314689e2
...
...
@@ -10,6 +10,9 @@
<el-table-column
type=
"index"
width=
"50"
label=
"序号"
align=
"center"
>
</el-table-column>
<el-table-column
prop=
"couponType"
label=
"券类型"
:show-overflow-tooltip=
"true"
align=
"center"
>
<template
slot-scope=
"scope"
>
{{
scope
.
row
.
couponType
|
filtersList
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"fullSubtraction"
label=
"优惠内容"
:show-overflow-tooltip=
"true"
align=
"center"
>
</el-table-column>
...
...
@@ -58,6 +61,16 @@ export default {
isEdit
:
true
,
//判断添加修改详情的保存按钮是否显示
};
},
filters
:{
filtersList
(
val
)
{
switch
(
val
)
{
case
'0'
:
return
'满减卷'
case
'1'
:
return
'新用户'
}
}
},
created
()
{
this
.
coupon
()
},
...
...
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