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

@@ -536,7 +536,7 @@ onMounted(() => {
<a-input
v-model:value="queryParams.dictLabel"
allow-clear
:placeholder="t('common.ipnutPlease')"
:placeholder="t('common.inputPlease')"
></a-input>
</a-form-item>
</a-col>
@@ -933,7 +933,7 @@ onMounted(() => {
v-model:value="modalState.from.tagClass"
type="color"
allow-clear
:placeholder="t('common.ipnutPlease')"
:placeholder="t('common.inputPlease')"
></a-input>
</a-form-item>
</a-col>
@@ -959,7 +959,7 @@ onMounted(() => {
v-model:value="modalState.from.dictSort"
:min="0"
:max="65535"
:placeholder="t('common.ipnutPlease')"
:placeholder="t('common.inputPlease')"
></a-input-number>
</a-form-item>
</a-col>
@@ -974,7 +974,7 @@ onMounted(() => {
<a-input
v-model:value="modalState.from.tagClass"
allow-clear
:placeholder="t('common.ipnutPlease')"
:placeholder="t('common.inputPlease')"
></a-input>
</a-form-item>
</a-col>