style: 修改多语言key拼写错误

This commit is contained in:
TsMask
2023-12-27 17:42:15 +08:00
parent 1c8f208453
commit b756fe9d56
10 changed files with 16 additions and 16 deletions

View File

@@ -840,7 +840,7 @@ onMounted(() => {
v-model:value="queryParams.userName"
allow-clear
:maxlength="30"
:placeholder="t('common.ipnutPlease')"
:placeholder="t('common.inputPlease')"
></a-input>
</a-form-item>
</a-col>
@@ -853,7 +853,7 @@ onMounted(() => {
v-model:value="queryParams.phonenumber"
allow-clear
:maxlength="11"
:placeholder="t('common.ipnutPlease')"
:placeholder="t('common.inputPlease')"
></a-input>
</a-form-item>
</a-col>