style: UDM用户数据限制imsi长度输入

This commit is contained in:
TsMask
2024-07-11 15:02:53 +08:00
parent 3bdae264e1
commit 4dc6699974
3 changed files with 21 additions and 4 deletions

View File

@@ -223,7 +223,7 @@ onMounted(() => {
</a-col>
<a-col :lg="6" :md="12" :xs="24">
<a-form-item label="IMSI" name="imsi">
<a-input v-model:value="queryParams.imsi" allow-clear></a-input>
<a-input v-model:value="queryParams.imsi" allow-clear :maxlength="15"></a-input>
</a-form-item>
</a-col>
<a-col :lg="6" :md="12" :xs="24">