mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化添加业主姓名校验
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
7eebfa0395
commit
25539c5df8
@ -17,7 +17,7 @@
|
||||
<div class="col-sm-10">
|
||||
<input v-model.trim="addOwnerInfo.name" type="text"
|
||||
:placeholder="vc.i18n('必填,请填写姓名','addOwner')" class="form-control"
|
||||
oninput="this.value=this.value.replace(/\s+/g, '')">
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user