fix: 修复TelInput组件号码无法解析问题

This commit is contained in:
TsMask
2024-11-15 15:20:09 +08:00
parent 44cd1d354a
commit 802a91a96d
4 changed files with 50 additions and 22 deletions

View File

@@ -1423,7 +1423,7 @@ onMounted(() => {
<IntlTelInput
v-model:value="modalState.from.phonenumber"
allow-clear
:maxlength="16"
:maxlength="20"
:placeholder="t('common.inputPlease')"
></IntlTelInput>
</a-form-item>