fix: udm-voip批量用户名数值限制导致无法填写

This commit is contained in:
TsMask
2025-06-12 19:35:33 +08:00
parent 9ee5fef458
commit 5f81d73c95

View File

@@ -1026,8 +1026,8 @@ onMounted(() => {
allow-clear
style="width: 100%"
:min="1"
:max="10000"
:maxlength="16"
:maxlength="17"
placeholder="length <= 17"
>
</a-input-number>
</a-form-item>