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
2e63110b
Commit
2e63110b
authored
Dec 07, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 优惠卷增加文案
parent
14def6ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
info.vue
src/views/goods/coupon/info.vue
+6
-0
No files found.
src/views/goods/coupon/info.vue
View file @
2e63110b
...
...
@@ -178,6 +178,7 @@
<el-select
v-model=
"couponForm.memberGrade"
multiple
placeholder=
"请选择"
size=
"small"
class=
"w-600"
@
change=
"memberChange"
>
<el-option
v-for=
"item in memberGradeList"
:key=
"item.gradeId"
:label=
"item.gradeName"
:value=
"item.gradeId"
>
</el-option>
</el-select>
<span
class=
"tips"
>
不符合此处会员等级卡的客户在小程序积分商城中不可见该礼品
</span>
</el-form-item>
<el-form-item
prop=
"ladder"
v-if=
"specialOrder"
>
<el-checkbox-group
v-model=
"couponForm.ladder"
@
change=
"changeladder"
style=
"display:inline-block"
>
...
...
@@ -1621,4 +1622,9 @@ export default {
.card-style.el-tabs--border-card
{
box-shadow
:
none
!important
;
}
.sub_title
{
color
:
#909399
;
font-size
:
12px
;
margin-left
:
8px
;
}
</
style
>
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