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
fe992494
Commit
fe992494
authored
Dec 09, 2021
by
liuchenxi
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: input输入
parent
a0fd2246
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
addTemp.vue
src/views/message/addTemp.vue
+3
-3
No files found.
src/views/message/addTemp.vue
View file @
fe992494
...
...
@@ -10,7 +10,7 @@
</div>
</el-form-item>
<el-form-item
label=
"模板名称"
prop=
"title"
>
<
dm-input
v-model=
"form.title"
:maxlength=
"10"
placeholder=
"用于商户自己区分,对短信收件人不可见"
></dm
-input>
<
el-input
v-model=
"form.title"
:maxlength=
"10"
show-word-limit
placeholder=
"用于商户自己区分,对短信收件人不可见"
></el
-input>
</el-form-item>
<el-form-item
label=
"短信类型"
prop=
"type"
>
<el-radio-group
v-model=
"form.type"
@
change=
"showMoreFlag = false"
>
...
...
@@ -53,7 +53,7 @@
</div>
</el-form-item>
<el-form-item
label=
"短信内容"
prop=
"content"
class=
"pb10"
>
<
dm-input
ref=
"textarea"
type=
"textarea"
placeholder=
"请输入短信内容"
:rows=
"8"
v-model=
"form.content"
resize=
"none"
:maxlength=
"450"
@
input=
"resetValidateStatus"
></dm
-input>
<
el-input
ref=
"textarea"
type=
"textarea"
placeholder=
"请输入短信内容"
:rows=
"8"
v-model=
"form.content"
resize=
"none"
:maxlength=
"450"
show-word-limit
@
input=
"resetValidateStatus"
></el
-input>
<div
class=
"other_fn"
>
<div
class=
"left"
>
<el-popover
v-model=
"templateVisbile"
placement=
"bottom-start"
width=
"650"
trigger=
"click"
>
...
...
@@ -87,7 +87,7 @@
<
/div
>
<
/el-form-item
>
<
el
-
form
-
item
label
=
"申请说明"
prop
=
"remark"
>
<
dm
-
input
type
=
"textarea"
:
rows
=
"8"
v
-
model
=
"form.remark"
:
maxlength
=
"120"
resize
=
"none"
placeholder
=
"填写模板应用场景,用于辅助运营商审核"
><
/dm
-input
>
<
el
-
input
type
=
"textarea"
:
rows
=
"8"
v
-
model
=
"form.remark"
:
maxlength
=
"120"
show
-
word
-
limit
resize
=
"none"
placeholder
=
"填写模板应用场景,用于辅助运营商审核"
><
/el
-input
>
<
/el-form-item
>
<
/el-col
>
<
/el-form
>
...
...
晨曦
@liuchenxi
mentioned in commit
43af45a4
Dec 09, 2021
mentioned in commit
43af45a4
mentioned in commit 43af45a4e8b05c2cc09ce6e8ac8294b689208d89
Toggle commit list
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