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
15bd591c
authored
Aug 31, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【代码优化】商城:优惠劵的描述字段新增
parent
7414a044
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
src/views/mall/promotion/coupon/template/CouponTemplateForm.vue
+12
-12
No files found.
src/views/mall/promotion/coupon/template/CouponTemplateForm.vue
View file @
15bd591c
...
@@ -10,6 +10,18 @@
...
@@ -10,6 +10,18 @@
<el-form-item
label=
"优惠券名称"
prop=
"name"
>
<el-form-item
label=
"优惠券名称"
prop=
"name"
>
<el-input
v-model=
"formData.name"
placeholder=
"请输入优惠券名称"
/>
<el-input
v-model=
"formData.name"
placeholder=
"请输入优惠券名称"
/>
</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-1/1!"
maxlength="512"
placeholder="请输入优惠券描述"
type="textarea"
/>
</el-form-item>
<el-form-item
label=
"优惠劵类型"
prop=
"productScope"
>
<el-form-item
label=
"优惠劵类型"
prop=
"productScope"
>
<el-radio-group
v-model=
"formData.productScope"
>
<el-radio-group
v-model=
"formData.productScope"
>
<el-radio
<el-radio
...
@@ -172,18 +184,6 @@
...
@@ -172,18 +184,6 @@
/>
/>
天有效
天有效
</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>
...
...
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