字段编码修改
This commit is contained in:
parent
56f71ca49e
commit
4a3105e8c2
@ -271,7 +271,7 @@
|
||||
:prop="`labelFieldInfoList.${index}.fieldCode`"
|
||||
>
|
||||
<el-input
|
||||
onkeyup="this.value=this.value.replace(/[^a-zA-Z]/g,'')"
|
||||
onkeyup="this.value=this.value.replace(/[^a-z]/g,'')"
|
||||
maxlength="50"
|
||||
v-model="aitem.fieldCode"
|
||||
placeholder="请输入字段编码"
|
||||
@ -387,7 +387,7 @@
|
||||
<el-form-item label="字段编码" prop="fieldCode">
|
||||
<el-input
|
||||
maxlength="50"
|
||||
onkeyup="this.value=this.value.replace(/[^a-zA-Z]/g,'')"
|
||||
onkeyup="this.value=this.value.replace(/[^a-z]/g,'')"
|
||||
v-model="form.fieldCode"
|
||||
placeholder="请输入字段编码"
|
||||
style="width: 210px"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user