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
5d42e8dd
Commit
5d42e8dd
authored
May 28, 2024
by
吕明尚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
团购券配置增加门槛时长
parent
a291d29b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
index.vue
src/views/system/coupon/index.vue
+4
-0
tiktokindex.vue
src/views/system/coupon/tiktokindex.vue
+4
-0
No files found.
src/views/system/coupon/index.vue
View file @
5d42e8dd
...
...
@@ -120,6 +120,7 @@
<el-table-column
align=
"center"
label=
"优惠券售卖金额"
prop=
"couponPayPrice"
width=
"120px"
/>
<el-table-column
align=
"center"
label=
"优惠券促销金额"
prop=
"salePrice"
width=
"120px"
/>
<el-table-column
align=
"center"
label=
"时长"
prop=
"duration"
/>
<el-table-column
align=
"center"
label=
"门槛时长"
prop=
"minDuration"
/>
<el-table-column
label=
"平台类型"
align=
"center"
prop=
"platformType"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.store_platform_type"
:value=
"scope.row.platformType"
/>
...
...
@@ -214,6 +215,9 @@
<
el
-
form
-
item
label
=
"时长"
prop
=
"duration"
>
<
el
-
input
-
number
v
-
model
=
"form.duration"
:
max
=
"24"
:
min
=
"0"
placeholder
=
"请输入时长"
/>
<
/el-form-item
>
<
el
-
form
-
item
label
=
"门槛时长"
prop
=
"minDuration"
>
<
el
-
input
-
number
v
-
model
=
"form.minDuration"
:
max
=
"24"
:
min
=
"0"
placeholder
=
"请输入门槛时长"
/>
<
/el-form-item
>
<
el
-
form
-
item
label
=
"优惠券促销金额"
prop
=
"salePrice"
>
<
el
-
input
-
number
v
-
model
=
"form.salePrice"
:
max
=
"500"
:
min
=
"0"
placeholder
=
"请输入优惠券促销金额"
/>
<
/el-form-item
>
...
...
src/views/system/coupon/tiktokindex.vue
View file @
5d42e8dd
...
...
@@ -120,6 +120,7 @@
<el-table-column
align=
"center"
label=
"优惠券售卖金额"
prop=
"couponPayPrice"
width=
"120px"
/>
<el-table-column
align=
"center"
label=
"优惠券促销金额"
prop=
"salePrice"
width=
"120px"
/>
<el-table-column
align=
"center"
label=
"时长"
prop=
"duration"
/>
<el-table-column
align=
"center"
label=
"门槛时长"
prop=
"minDuration"
/>
<el-table-column
label=
"平台类型"
align=
"center"
prop=
"platformType"
>
<
template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.store_platform_type"
:value=
"scope.row.platformType"
/>
...
...
@@ -214,6 +215,9 @@
<
el
-
form
-
item
label
=
"时长"
prop
=
"duration"
>
<
el
-
input
-
number
v
-
model
=
"form.duration"
:
max
=
"24"
:
min
=
"0"
placeholder
=
"请输入时长"
/>
<
/el-form-item
>
<
el
-
form
-
item
label
=
"门槛时长"
prop
=
"minDuration"
>
<
el
-
input
-
number
v
-
model
=
"form.minDuration"
:
max
=
"24"
:
min
=
"0"
placeholder
=
"请输入门槛时长"
/>
<
/el-form-item
>
<
el
-
form
-
item
label
=
"优惠券促销金额"
prop
=
"salePrice"
>
<
el
-
input
-
number
v
-
model
=
"form.salePrice"
:
max
=
"500"
:
min
=
"0"
placeholder
=
"请输入优惠券促销金额"
/>
<
/el-form-item
>
...
...
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