人员管理
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
<el-input
|
||||
v-model="waitShenheForm.form.certificateNumber"
|
||||
placeholder="请输入证书编号(仅支持英文和数字)"
|
||||
show-word-limit
|
||||
maxlength="64"
|
||||
@input="handleCertificateNumberInput"
|
||||
/>
|
||||
</el-form-item>
|
||||
@@ -200,6 +202,8 @@
|
||||
<el-input
|
||||
v-model="waitShenheForm.form.certificateNumber"
|
||||
placeholder="请输入证书编号(仅支持英文和数字)"
|
||||
show-word-limit
|
||||
maxlength="32"
|
||||
@input="handleCertificateNumberInput"
|
||||
/>
|
||||
</el-form-item>
|
||||
|
||||
Reference in New Issue
Block a user