翻译3个页面

This commit is contained in:
2024-01-12 17:58:33 +08:00
parent f35d800396
commit ba4cf1d1b3
6 changed files with 113 additions and 44 deletions

View File

@@ -1,21 +1,21 @@
<template>
<view class="zd_container">
<nav-bar title="RGV状态查询"></nav-bar>
<nav-bar :title="$t('menu.rgv-status-query')"></nav-bar>
<view class="zd_content">
<view class="zd_wrapper grid-wraper">
<view class="slide_new">
<table>
<thead>
<tr>
<th>设备编码</th>
<th>设备名称</th>
<th>X坐标</th>
<th>Y坐标</th>
<th>电量</th>
<th>故障名称</th>
<th>楼层</th>
<th>木箱号</th>
<th>是否有货</th>
<th>{{$t('grid.device-code')}}</th>
<th>{{$t('grid.device-name')}}</th>
<th>X{{$t('grid.coordinate')}}</th>
<th>Y{{$t('grid.coordinate')}}</th>
<th>{{$t('grid.quantity-of-electricity')}}</th>
<th>{{$t('grid.fault-name')}}</th>
<th>{{$t('grid.floor')}}</th>
<th>{{$t('filter.wooden-box-code')}}</th>
<th>{{$t('grid.is-stock')}}</th>
</tr>
</thead>
<tbody>
@@ -36,7 +36,7 @@
</view>
</view>
<view class="submit-bar">
<button class="submit-button" @tap="_rgvStatusQuery">查询</button>
<button class="submit-button" @tap="_rgvStatusQuery">{{$t('button.search')}}</button>
</view>
</view>
</template>