diff --git a/src/components/dict/JDictSelectTag.vue b/src/components/dict/JDictSelectTag.vue index 2f21fe5..1b83fe3 100644 --- a/src/components/dict/JDictSelectTag.vue +++ b/src/components/dict/JDictSelectTag.vue @@ -22,7 +22,7 @@ :filter-option="filterOption" @change="handleInput" > - 请选择 + {{ $t('pleaseSelect') }} {{ $i18n.locale === EN ? item.enText : (item.text || item.label) }}