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

@@ -360,6 +360,11 @@ uni-button:after {
.slide_new table tr.checked td:last-child { .slide_new table tr.checked td:last-child {
border-right: 1rpx solid #6798ef; border-right: 1rpx solid #6798ef;
} }
.slide_new table tr td.wrap{
line-height: 28rpx;
white-space: normal;
word-break: break-all;
}
.slide table { .slide table {
table-layout: auto; table-layout: auto;
width: 100%; width: 100%;

View File

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