change
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user