国际化
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="filter_item">
|
||||
<view class="filter_label">木箱描述</view>
|
||||
<view class="filter_label">{{$t('filter.wooden-box-description')}}</view>
|
||||
<view class="filter_input_wraper">
|
||||
<input type="text" class="filter_input" v-model="val2">
|
||||
</view>
|
||||
@@ -34,14 +34,14 @@
|
||||
<tr>
|
||||
<th>{{$t('filter.box-no')}}</th>
|
||||
<th>木箱料号</th>
|
||||
<th>木箱描述</th>
|
||||
<th>最大子卷数</th>
|
||||
<th>木箱长度</th>
|
||||
<th>木箱宽度</th>
|
||||
<th>木箱高度</th>
|
||||
<th>载具类型</th>
|
||||
<th>木箱重量</th>
|
||||
<th>仓位</th>
|
||||
<th>{{$t('filter.wooden-box-description')}}</th>
|
||||
<th>{{$t('filter.max-sub-num')}}</th>
|
||||
<th>{{$t('grid.wooden-box-length')}}</th>
|
||||
<th>{{$t('grid.wooden-box-width')}}</th>
|
||||
<th>{{$t('grid.wooden-box-height')}}</th>
|
||||
<th>{{$t('filter.vehicle-type')}}</th>
|
||||
<th>{{$t('grid.wooden-box-weight')}}</th>
|
||||
<th>{{$t('filter.storage-location')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user