feat: 项目详情 场景动作 信息编辑栏目 添加 最大35字符限制
This commit is contained in:
parent
bdfb648019
commit
caa4b0b558
|
@ -177,7 +177,7 @@ export default {
|
|||
: null}
|
||||
|
||||
{ (dataItem.actionType === "NOTIFIER") ? <div class="action-contacts-transfer">
|
||||
<el-input placeholder="推送消息内容" type="textarea" rows={2} v-model={dataItem.sceneActionNotifierContacts[0]['msgTemplate']} style="margin-bottom: 10px; width: 445px;"></el-input>
|
||||
<el-input placeholder="推送消息内容" type="textarea" rows={2} maxlength="35" show-word-limit v-model={dataItem.sceneActionNotifierContacts[0]['msgTemplate']} style="margin-bottom: 10px; width: 445px;"></el-input>
|
||||
<el-transfer
|
||||
titles={['待选', '已选']}
|
||||
filterable
|
||||
|
|
Loading…
Reference in New Issue