Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
soss
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
hooloo
web
soss
Commits
949c7129
Commit
949c7129
authored
Jul 28, 2022
by
lixiaomin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页面
parent
98fe4d1a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/views/coupon/coupon/index.vue
+2
-1
src/views/coupon/couponInfo/index.vue
+1
-1
No files found.
src/views/coupon/coupon/index.vue
View file @
949c7129
...
...
@@ -51,7 +51,8 @@
<el-table-column
label=
"使用范围"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<p
v-show=
"scope.row.goodLimitDesc!=''"
>
{{
scope
.
row
.
goodLimitDesc
}}
</p>
<p
v-show=
"scope.row.areaLimitDesc!=''"
>
{{
scope
.
row
.
areaLimitDesc
}}
</p>
<p
v-show=
"scope.row.areaLimitDesc!=''"
>
{{
scope
.
row
.
areaLimitDesc
}}
</p>
<p
v-show=
"scope.row.weekLimitDesc!=''"
>
{{
scope
.
row
.
weekLimitDesc
}}
</p>
</
template
>
</el-table-column>
<el-table-column
label=
"时效"
align=
"center"
width=
"300"
>
...
...
src/views/coupon/couponInfo/index.vue
View file @
949c7129
...
...
@@ -2,7 +2,7 @@
<div
class=
"app-container"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
size=
"small"
:inline=
"true"
label-width=
"80px"
>
<el-form-item
label=
"渠道入口"
>
<el-input
placeholder=
"请输入渠道入口"
clearable
@
keyup
.
enter
.
native=
"handleQuery"
/>
<el-input
v-model=
"queryParams.source"
placeholder=
"请输入渠道入口"
clearable
@
keyup
.
enter
.
native=
"handleQuery"
/>
</el-form-item>
<el-form-item
label=
"优惠券"
>
<el-select
v-model=
"queryParams.couponId"
placeholder=
"请选择优惠券"
clearable
@
keyup
.
enter
.
native=
"handleQuery"
filterable
>
...
...
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