style: 多语言中文zebra命名错误

This commit is contained in:
TsMask
2023-11-16 16:43:25 +08:00
parent 6ceee6498f
commit 6f246c5800
2 changed files with 3 additions and 3 deletions

View File

@@ -487,7 +487,7 @@ onMounted(() => {
<a-input
v-model:value="queryParams.configName"
allow-clear
:placeholder="t('views.system.config.configNamePlease')"
:placeholder="t('common.ipnutPlease')"
></a-input>
</a-form-item>
</a-col>
@@ -499,7 +499,7 @@ onMounted(() => {
<a-input
v-model:value="queryParams.configKey"
allow-clear
:placeholder="t('views.system.config.configKeyPlease')"
:placeholder="t('common.ipnutPlease')"
></a-input>
</a-form-item>
</a-col>