提交 ec07c29d 编写于 作者: changdi.hao's avatar changdi.hao

update

上级 01b9109b
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
<el-col :span="12"> <el-col :span="12">
<div> <div>
<span class="label-name label-w">输入界面提示文案</span> <span class="label-name label-w">输入界面提示文案</span>
<el-input v-model="form.inputReminder" size="mini" style="width: 100px;" :maxLength="maxBtn"></el-input> <el-input v-model="form.inputReminder" size="mini" style="width: 260px;" :maxLength="15"></el-input>
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
......
...@@ -97,6 +97,7 @@ export default { ...@@ -97,6 +97,7 @@ export default {
if(this.editInfo.topic){ if(this.editInfo.topic){
this.isEdit = true; this.isEdit = true;
this.objInfo = this.editInfo; this.objInfo = this.editInfo;
this.objInfo.topic.content = this.objInfo.topic.content.replace(/&nbsp;/g, " ");
}else{ }else{
this.title = '新增话题' this.title = '新增话题'
this.isEdit = false this.isEdit = false
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册