This commit is contained in:
2023-12-28 16:47:25 +08:00
parent e7d2997ca1
commit f0be0a4f5d

View File

@@ -15,7 +15,8 @@
<!-- <view class="filter_label">仓库</view> -->
<view class="filter_label">{{$t('filter.warehouse')}}</view>
<view class="filter_input_wraper">
<uni-data-select v-model="index" :localdata="options" @change="selectChange"></uni-data-select>
<!-- <uni-data-select v-model="index" :localdata="options" @change="selectChange"></uni-data-select> -->
<uni-data-select v-model="index" :placeholder="$t('uni.dataSelect.placeholder')" :emptyTips="$t('uni.dataSelect.emptyTips')" :localdata="options" @change="selectChange"></uni-data-select>
</view>
</view>
</view>