|
@@ -854,7 +854,7 @@
|
|
<div class="messageFormInput">
|
|
<div class="messageFormInput">
|
|
<el-input v-model="form.addUserForm.notes" placeholder="请输入"></el-input>
|
|
<el-input v-model="form.addUserForm.notes" placeholder="请输入"></el-input>
|
|
</div>
|
|
</div>
|
|
- <div class="messageFormTitle">备注名</div>
|
|
|
|
|
|
+ <div class="messageFormTitle">验证消息:</div>
|
|
<div class="messageFormInput">
|
|
<div class="messageFormInput">
|
|
<el-input v-model="form.addUserForm.nickname" placeholder="请输入"></el-input>
|
|
<el-input v-model="form.addUserForm.nickname" placeholder="请输入"></el-input>
|
|
</div>
|
|
</div>
|
|
@@ -1027,8 +1027,8 @@
|
|
<div>
|
|
<div>
|
|
<el-form :model="form" ref="form" autocomplete="off" label-position="left">
|
|
<el-form :model="form" ref="form" autocomplete="off" label-position="left">
|
|
<div class="formDiv">
|
|
<div class="formDiv">
|
|
- <el-form-item label="备注名" :label-width="formLabelWidth" class="custom-align-right">
|
|
|
|
- <el-input v-model="addform.remark" autocomplete="off" placeholder="请输入备注名.."></el-input>
|
|
|
|
|
|
+ <el-form-item label="验证消息:" :label-width="formLabelWidth" class="custom-align-right">
|
|
|
|
+ <el-input v-model="addform.remark" autocomplete="off" placeholder="请输入"></el-input>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</div>
|
|
</div>
|
|
</el-form>
|
|
</el-form>
|
|
@@ -2147,9 +2147,6 @@ export default {
|
|
}
|
|
}
|
|
return flag;
|
|
return flag;
|
|
},
|
|
},
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
//2.群聊 end---------------------------------------->
|
|
//2.群聊 end---------------------------------------->
|
|
|
|
|
|
//3.全局应用 start---------------------------------------->
|
|
//3.全局应用 start---------------------------------------->
|