diff --git a/components/lb-picker/index.vue b/components/lb-picker/index.vue index 2053846..387c6c8 100644 --- a/components/lb-picker/index.vue +++ b/components/lb-picker/index.vue @@ -99,12 +99,12 @@ - - - {{ emptyText }} - - + + + {{ emptyText }} + diff --git a/layout/vPicker.vue b/layout/vPicker.vue index 94faf00..0b9759e 100644 --- a/layout/vPicker.vue +++ b/layout/vPicker.vue @@ -4,6 +4,7 @@ @confirm="select" :confirm-text="$t('common.confirm')" :cancel-text="$t('common.cancel')" + :empty-text="$t('common.notData')" :list="list" :props="{ label: rangeLabel,