Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a13e8b77
authored
Aug 27, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitee.com/yudaocode/yudao-ui-admin-vue3
into dev
parents
c4f7aa76
0112e720
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
src/views/mall/promotion/coupon/template/CouponTemplateForm.vue
+13
-0
No files found.
src/views/mall/promotion/coupon/template/CouponTemplateForm.vue
View file @
a13e8b77
...
@@ -172,6 +172,18 @@
...
@@ -172,6 +172,18 @@
/>
/>
天有效
天有效
</el-form-item>
</el-form-item>
<el-form-item
label=
"优惠券描述"
prop=
"description"
>
<el-input
v-model=
"formData.description"
:autosize=
"
{ minRows: 2, maxRows: 2 }"
:clearable="true"
:show-word-limit="true"
class="w-100!"
maxlength="64"
placeholder="请输入优惠券描述"
type="textarea"
/>
</el-form-item>
</el-form>
</el-form>
<template
#
footer
>
<template
#
footer
>
<el-button
:disabled=
"formLoading"
type=
"primary"
@
click=
"submitForm"
>
确 定
</el-button>
<el-button
:disabled=
"formLoading"
type=
"primary"
@
click=
"submitForm"
>
确 定
</el-button>
...
@@ -218,6 +230,7 @@ const formData = ref({
...
@@ -218,6 +230,7 @@ const formData = ref({
fixedStartTerm
:
undefined
,
fixedStartTerm
:
undefined
,
fixedEndTerm
:
undefined
,
fixedEndTerm
:
undefined
,
productScope
:
PromotionProductScopeEnum
.
ALL
.
scope
,
productScope
:
PromotionProductScopeEnum
.
ALL
.
scope
,
description
:
undefined
,
productScopeValues
:
[],
// 商品范围:值为 品类编号列表 或 商品编号列表 ,用于提交
productScopeValues
:
[],
// 商品范围:值为 品类编号列表 或 商品编号列表 ,用于提交
productCategoryIds
:
[],
// 仅用于表单,不提交
productCategoryIds
:
[],
// 仅用于表单,不提交
productSpuIds
:
[]
// 仅用于表单,不提交
productSpuIds
:
[]
// 仅用于表单,不提交
...
...
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