Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing-opeartion
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
gic-web
marketing-opeartion
Commits
c3074d78
Commit
c3074d78
authored
Dec 29, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/12月迭代' into dev
parents
531e4a7c
1a97529c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
detail-form.vue
src/views/message/component/detail-form.vue
+11
-3
No files found.
src/views/message/component/detail-form.vue
View file @
c3074d78
...
...
@@ -6,13 +6,18 @@
<span
class=
"tip"
>
保存后不可编辑,请谨慎填写;如需变更,请提交数据工单处理
</span>
</el-form-item>
<el-form-item
label=
"短信签名"
prop=
"smsSignText"
>
<el-input
v-model=
"form.smsSignText"
class=
"w180"
:disabled=
"disabledSignText"
/>
<span
class=
"tip"
>
保存后不可编辑,请谨慎填写;如需变更,请提交数据工单处理
</span>
<div
class=
"flex"
>
<el-input
v-model=
"form.smsSignText"
class=
"w180"
:disabled=
"disabledSignText"
/>
<span
class=
"tip"
style=
"height: 32px"
>
保存后不可编辑,请谨慎填写;
<br
/>
如需变更,请提交数据工单处理,修改签名后,请删除历史短信模板,重新创建提审后再发送,确保新签名生效。
</span>
</div>
</el-form-item>
<el-form-item
label=
"签名应用通道"
prop=
"channelSignList"
>
<el-checkbox-group
v-model=
"form.channelSignList"
>
<el-checkbox
v-for=
"v in channelList"
:key=
"v.channelId"
:label=
"v.channelId"
:disabled=
"disabledCheckBox.includes(v.channelId)"
>
{{
v
.
channelName
}}
</el-checkbox>
<span
span
class=
"tip"
>
请完善短信通道的短信签名后再勾选
</span>
<span
class=
"tip"
>
请完善短信通道的短信签名后再勾选
</span>
</el-checkbox-group>
</el-form-item>
<el-form-item
label=
"短信模板数量"
prop=
"maxTemplateCount"
>
...
...
@@ -198,4 +203,7 @@ export default {
margin-left
:
18px
;
}
}
.flex
{
display
:
flex
;
}
</
style
>
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