This commit is contained in:
2025-03-24 10:48:15 +08:00
parent 2ddab1756d
commit f8632afcae
2 changed files with 7 additions and 4 deletions

View File

@@ -51,9 +51,8 @@
<th>序号</th>
<th class="th_2">设备</th>
<th>位置</th>
<th>尺寸</th>
<th><view style="width: 220rpx;">tube</view></th>
<th>状态</th>
<th>代数</th>
<th>呼叫时间</th>
</tr>
</thead>
@@ -62,9 +61,8 @@
<td>{{Number(i) + 1}}</td>
<td class="td_2">{{e.resource_name}}</td>
<td>{{['上轴', '下轴'][Number(e.up_or_down) - 1]}}</td>
<td>{{e.qzz_size}}</td>
<td class="wrap">{{e.tube}}</td>
<td>{{getStatusText(e.status)}}</td>
<td>{{e.qzz_generation}}</td>
<td>{{e.start_time}}</td>
</tr>
</tbody>