国际化

This commit is contained in:
2025-06-13 15:44:52 +08:00
parent 50c6651cdc
commit 6aa55bb786
18 changed files with 501 additions and 402 deletions

View File

@@ -13,13 +13,13 @@
</view>
</view>
<view class="filter_item">
<view class="filter_label">打印机</view>
<view class="filter_label">{{$t('filter.printer')}}</view>
<view class="filter_input_wraper">
<uni-data-select v-model="index1" :placeholder="$t('uni.dataSelect.placeholder')" :emptyTips="$t('uni.dataSelect.emptyTips')" :localdata="options1" @change="selectChange1"></uni-data-select>
</view>
</view>
<view class="filter_item">
<view class="filter_label">标签类型</view>
<view class="filter_label">{{$t('filter.label-type')}}</view>
<view class="filter_input_wraper">
<uni-data-select v-model="index2" :placeholder="$t('uni.dataSelect.placeholder')" :emptyTips="$t('uni.dataSelect.emptyTips')" :localdata="options2" @change="selectChange2"></uni-data-select>
</view>