Commit 54f25f90 by liuchenxi

update: 文案样式

parent 1b4cddce
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
<el-button type="primary" style="margin-top: 30px" @click="submit">保存</el-button> <el-button type="primary" style="margin-top: 30px" @click="submit">保存</el-button>
</el-form-item> </el-form-item>
</el-form> </el-form>
<more-tip-dialog title="提示详情" :type="form.smsSignId" :visible.sync="dialogVisible"/> <more-tip-dialog title="提示详情" :type="!form.smsSignId" :visible.sync="dialogVisible"/>
</div> </div>
</template> </template>
......
...@@ -2,15 +2,15 @@ ...@@ -2,15 +2,15 @@
<el-dialog :title="title" :visible.sync="visible" width="600px" append-to-body> <el-dialog :title="title" :visible.sync="visible" width="600px" append-to-body>
<template v-if="!type"> <template v-if="!type">
<p>1. 商户选择多通道后,系统会优先使用高优先级的通道进行发送,若短信提交失败,则换<i class="w16" />用低优先级的通道,直到所有通道都尝试过。(应用场景:短信营销,智能营销,观云<i class="w16" />台,会员小程序验证码)</p> <p>1. 商户选择多通道后,系统会优先使用高优先级的通道进行发送,若短信提交失败,则换<i class="w16" />用低优先级的通道,直到所有通道都尝试过。(应用场景:短信营销,智能营销,观云<i class="w16" />台,会员小程序验证码)</p>
<p>2. 商户选择指定通道后,只会通过该通道发送。</p> <p class="pb20">2. 商户选择指定通道后,只会通过该通道发送。</p>
</template> </template>
<template v-else> <template v-else>
<p>1. 商户选择多通道后,系统会优先使用高优先级的通道进行发送,若短信提交失败,则换用低优先级的通道,直到所有通道都尝试过。(应用场景:短信营销,智能营销,观云台,会员小程序验证码</p> <p>1. 商户选择多通道后,系统会优先使用高优先级的通道进行发送,若短信提交失败,则换用低优先级的通道,直到所有通道都尝试过。(应用场景:短信营销,智能营销,观云台,会员小程序验证码</p>
<p>2. 商户选择指定通道后,只会通过该通道发送。</p> <p class="mt10 mb10">2. 商户选择指定通道后,只会通过该通道发送。</p>
<p>3. 修改短信发送优先级注意事项: </p> <p>3. 修改短信发送优先级注意事项: </p>
<p><i class="w16" />(1)指定通道切换多通道,可随意切换,无影响,切换前最好进行全量提审操作;</p> <p><i class="w16" />(1) 指定通道切换多通道,可随意切换,无影响,切换前最好进行全量提审操作;</p>
<p><i class="w16" />(2)多通道切换指定通道/单通道切换单通道,必须进行全量审核(全量提审:把gic后台已<i class="w32" />通过的短信模板提交给其他可用短信通道审核)</p> <p><i class="w16" />(2) 多通道切换指定通道/单通道切换单通道,必须进行全量审核(全量提审:把gic后台<i class="w32" />通过的短信模板提交给其他可用短信通道审核)</p>
<p><i class="w32" />全量提审后,原先已通过审核的模板在要切换的指定通道不通过时,无法进行切换,<i class="w32" />需要人工介入处理后,才可切换指定通道。</p> <p class="pb20"><i class="w32" />全量提审后,原先已通过审核的模板在要切换的指定通道不通过时,无法进行切换,<i class="w32" />需要人工介入处理后,才可切换指定通道。</p>
</template> </template>
</el-dialog> </el-dialog>
</template> </template>
...@@ -32,8 +32,11 @@ export default { ...@@ -32,8 +32,11 @@ export default {
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
.pb20 {
padding-bottom: 20px;
}
p { p {
line-height: 20px; line-height: 24px;
color: #303133; color: #303133;
} }
.indenet { .indenet {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment