修复bug

This commit is contained in:
2025-08-04 13:13:53 +08:00
parent 4ba1ab9c89
commit 9af9f1f166
8 changed files with 87 additions and 20 deletions

View File

@@ -78,8 +78,8 @@
<el-form-item :label="t('newHosts.hostsCountry')" prop="country">
<el-select v-model="queryParams.country" :placeholder="t('newHosts.placeHostsCountry')" clearable
class="!w-240px">
<el-option v-for="dict in getStrDictOptions(DICT_TYPE.COUNTRY_GROUP)" :key="dict.value" :label="dict.label"
:value="dict.value" />
<el-option v-for="dict in getStrDictOptions(DICT_TYPE.COUNTRY_GROUP)" :key="dict.value"
:label="$t(dict.label)" :value="dict.value" />
</el-select>
</el-form-item>
<el-form-item :label="t('newHosts.hostsKind')" prop="hostsKind">