[update] 修改bug87939

This commit is contained in:
lideqin
2024-08-02 10:16:23 +08:00
parent 23a964cf08
commit 23b1642710
+1 -1
View File
@@ -22,7 +22,7 @@
:filter-option="filterOption"
@change="handleInput"
>
<a-select-option :value="undefined">请选择</a-select-option>
<a-select-option :value="undefined">{{ $t('pleaseSelect') }}</a-select-option>
<a-select-option v-for="(item, key) in dictOptions" :key="key" :value="item.value" :disabled="item.disabled || false">
<span style="display: inline-block;width: 100%" :title=" $i18n.locale === EN ? item.enText : (item.text || item.label) ">
{{ $i18n.locale === EN ? item.enText : (item.text || item.label) }}