[update] 修改bug87939
This commit is contained in:
@@ -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) }}
|
||||
|
||||
Reference in New Issue
Block a user