国际化

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

@@ -14,7 +14,7 @@
</view>
<view class="filter_item">
<view class="filter_label_wraper">
<span class="filter_label">空轴/{{$t('filter.mother-roll')}}</span>
<span class="filter_label">{{$t('filter.empty-shaft')}}/{{$t('filter.mother-roll')}}</span>
</view>
<view class="filter_input_wraper">
<search-box
@@ -23,7 +23,7 @@
</view>
</view>
<view class="filter_item">
<view class="filter_label">是否有货</view>
<view class="filter_label">{{$t('grid.is-stock')}}</view>
<view class="filter_input_wraper">
<input type="text" class="filter_input" v-model="val3" :class="{'filter_input_disabled': disabled0}" :disabled="disabled0">
</view>