部分页面语言适配

This commit is contained in:
X1627315083
2025-09-22 14:01:44 +08:00
parent 6402ab4b64
commit 4f5a02bcf3
9 changed files with 37 additions and 11 deletions

View File

@@ -28,7 +28,7 @@
optionFilterProp="label"
:options="countryList"
:field-names="{ label: locale == 'CHINESE_SIMPLIFIED'?'labelCn':'label' }"
placeholder="Please select"
:placeholder="`${$t('account.plaseSelect')} ${$t('account.Country')}`"
allowClear
show-search
></a-select>