Commit c3074d78 by liuchenxi

Merge branch 'feature/12月迭代' into dev

parents 531e4a7c 1a97529c
......@@ -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>
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