人员管理

This commit is contained in:
guochunsi
2026-01-04 19:01:51 +08:00
parent 24453baf3e
commit 42f23491e5
4 changed files with 93 additions and 98 deletions

View File

@@ -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>