@ -99,12 +99,12 @@
<!-- 暂无数据 -->
<view v-if="isEmpty && !loading"
class="lb-picker-empty">
<slot name="empty">
<text class="lb-picker-empty-text"
:style="{ color: emptyColor }">
{{ emptyText }}
</text>
</slot>
<slot v-if="$slots['confirm-text']"
name="empty"></slot>
<text v-else class="lb-picker-empty-text"
</view>
<!-- 单选 -->
@ -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,