diff --git a/src/views/main/BookingLedger/detail/components/autoView.vue b/src/views/main/BookingLedger/detail/components/autoView.vue index 6f42342..72d2fbd 100644 --- a/src/views/main/BookingLedger/detail/components/autoView.vue +++ b/src/views/main/BookingLedger/detail/components/autoView.vue @@ -10,17 +10,25 @@ :defaultActiveFirstOption="false" :dropdown-style="dropdownStyle" :backfill="false" + :notFoundContent="inLoading ? '加载中...' : '暂无数据'" @select="handleSelect" @change="debounce(handleChange, 0, $event)" @focus="handleChangeFirst" @blur="getSelectBlur" >