Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_web
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
pseer
gxpt_web
Commits
c4b4da15
Commit
c4b4da15
authored
Dec 29, 2023
by
吕明尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
fcb1d292
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
31 deletions
+31
-31
index.vue
src/views/system/consumerCoupon/index.vue
+31
-31
No files found.
src/views/system/consumerCoupon/index.vue
View file @
c4b4da15
...
...
@@ -65,22 +65,22 @@
<!-- @keyup.enter.native="handleQuery"-->
<!-- />-->
<!--
</el-form-item>
-->
<
el-form-item
label=
"门槛金额"
prop=
"minPrice"
>
<el-input
v-model=
"queryParams.minPrice"
placeholder=
"请输入门槛金额"
clearable
@
keyup
.
enter
.
native=
"handleQuery"
/
>
<
/el-form-item
>
<
el-form-item
label=
"减去金额"
prop=
"subPrice"
>
<el-input
v-model=
"queryParams.subPrice"
placeholder=
"请输入减去金额(满减券单位:元,折扣为系数)"
clearable
@
keyup
.
enter
.
native=
"handleQuery"
/
>
<
/el-form-item
>
<
!--
<el-form-item
label=
"门槛金额"
prop=
"minPrice"
>
--
>
<!--
<el-input-->
<!-- v-model="queryParams.minPrice"-->
<!-- placeholder="请输入门槛金额"-->
<!-- clearable-->
<!-- @keyup.enter.native="handleQuery"-->
<!-- />--
>
<
!--
</el-form-item>
--
>
<
!--
<el-form-item
label=
"减去金额"
prop=
"subPrice"
>
--
>
<!--
<el-input-->
<!-- v-model="queryParams.subPrice"-->
<!-- placeholder="请输入减去金额(满减券单位:元,折扣为系数)"-->
<!-- clearable-->
<!-- @keyup.enter.native="handleQuery"-->
<!-- />--
>
<
!--
</el-form-item>
--
>
<el-form-item
label=
"有效期开始"
prop=
"startDate"
>
<el-date-picker
clearable
v-model=
"queryParams.startDate"
...
...
@@ -194,27 +194,27 @@
<el-table-column
label=
"优惠券编码"
align=
"center"
prop=
"couponCode"
/>
<el-table-column
label=
"优惠券名称"
align=
"center"
prop=
"name"
width=
"240px"
/>
<!--
<el-table-column
label=
"优惠房型"
align=
"center"
prop=
"roomType"
/>
-->
<
el-table-column
label=
"优惠房型"
align=
"center"
prop=
"roomType"
width=
"240px"
>
<template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.roomType.length"
style=
"display: flex;flex-wrap: wrap;width: 100%;"
>
<dict-tag
style=
"margin: 0 3px;"
v-for=
"(item ,k) in scope.row.roomType"
:key=
"k"
:options=
"dict.type.store_room_type"
:value=
"item"
/
>
</div
>
</
template
>
<
/el-table-column
>
<
el-table-column
label=
"优惠开始"
align=
"center"
prop=
"couponTimeStart"
/
>
<
el-table-column
label=
"优惠结束"
align=
"center"
prop=
"couponTimeEnd"
/
>
<
!--
<el-table-column
label=
"优惠房型"
align=
"center"
prop=
"roomType"
width=
"240px"
>
--
>
<!--
<template
slot-scope=
"scope"
>
--
>
<!--
<div
v-if=
"scope.row.roomType.length"
style=
"display: flex;flex-wrap: wrap;width: 100%;"
>
--
>
<!--
<dict-tag
style=
"margin: 0 3px;"
v-for=
"(item ,k) in scope.row.roomType"
:key=
"k"
--
>
<!-- :options="dict.type.store_room_type" :value="item"-->
<!-- />--
>
<!--
</div>
--
>
<!--
</
template
>
--
>
<
!-- </el-table-column>--
>
<
!-- <el-table-column label="优惠开始" align="center" prop="couponTimeStart"/>--
>
<
!-- <el-table-column label="优惠结束" align="center" prop="couponTimeEnd"/>--
>
<!-- <el-table-column label="优惠券类型" align="center" prop="couponType" />-->
<el-table-column
label=
"优惠券类型"
align=
"center"
prop=
"couponType"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.store_coupon_type"
:value=
"scope.row.couponType"
/>
</
template
>
</el-table-column>
<
el-table-column
label=
"折扣最大时长"
align=
"center"
prop=
"maxDuration"
/
>
<
el-table-column
label=
"时长"
align=
"center"
prop=
"duration"
/
>
<
el-table-column
label=
"门槛金额"
align=
"center"
prop=
"minPrice"
/
>
<el-table-column
label=
"
减去
金额"
align=
"center"
prop=
"subPrice"
/>
<
!-- <el-table-column label="折扣最大时长" align="center" prop="maxDuration"/>--
>
<
!-- <el-table-column label="时长" align="center" prop="duration"/>--
>
<
!-- <el-table-column label="门槛金额" align="center" prop="minPrice"/>--
>
<el-table-column
label=
"
优惠
金额"
align=
"center"
prop=
"subPrice"
/>
<!-- <el-table-column label="优惠券来源" align="center" prop="sourceType" />-->
<el-table-column
label=
"优惠券来源"
align=
"center"
prop=
"sourceType"
>
<
template
slot-scope=
"scope"
>
...
...
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