Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
295825f0
Commit
295825f0
authored
Apr 19, 2021
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:字长修改为30
parent
a3031bdc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
form.vue
src/views/card/form.vue
+1
-1
form.vue
src/views/ecm/form.vue
+1
-1
form.vue
src/views/ewash/form.vue
+1
-1
No files found.
src/views/card/form.vue
View file @
295825f0
...
...
@@ -14,7 +14,7 @@
</el-select>
</el-form-item>
<el-form-item
prop=
"cardName"
label=
"卡券名称"
>
<dm-input
v-model=
"form.cardName"
class=
"w400"
placeholder=
"请输入卡券名称"
:disabled=
"isEdit || isInfo"
:byteType=
"1"
:maxlength=
"
9
"
></dm-input>
<dm-input
v-model=
"form.cardName"
class=
"w400"
placeholder=
"请输入卡券名称"
:disabled=
"isEdit || isInfo"
:byteType=
"1"
:maxlength=
"
30
"
></dm-input>
</el-form-item>
<el-form-item
prop=
"subName"
label=
"备注名"
>
...
...
src/views/ecm/form.vue
View file @
295825f0
...
...
@@ -5,7 +5,7 @@
<section
class=
"dm-form__wrap"
>
<h3
class=
"dm-title__label"
>
计划内容设置
</h3>
<el-form-item
label=
"计划名称"
prop=
"ecmPlanName"
>
<dm-input
class=
"w400"
:maxlength=
"
9
"
v-model=
"form.ecmPlanName"
:disabled=
"!isAdd"
></dm-input>
<dm-input
class=
"w400"
:maxlength=
"
30
"
v-model=
"form.ecmPlanName"
:disabled=
"!isAdd"
></dm-input>
</el-form-item>
<el-form-item
label=
"时效"
class=
"is-required"
>
<el-radio
v-model=
"form.effectType"
:label=
"0"
:disabled=
"!isAdd"
>
触点
</el-radio>
...
...
src/views/ewash/form.vue
View file @
295825f0
...
...
@@ -17,7 +17,7 @@
</el-select>
</el-form-item>
-->
<el-form-item
prop=
"cardName"
label=
"卡券名称"
>
<dm-input
v-model=
"form.cardName"
class=
"w400"
placeholder=
"请输入卡券名称"
:disabled=
"isEdit || isInfo"
:byteType=
"1"
:maxlength=
"
9
"
></dm-input>
<dm-input
v-model=
"form.cardName"
class=
"w400"
placeholder=
"请输入卡券名称"
:disabled=
"isEdit || isInfo"
:byteType=
"1"
:maxlength=
"
30
"
></dm-input>
</el-form-item>
<el-form-item
prop=
"subName"
label=
"备注名"
>
...
...
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