This commit is contained in:
2026-02-10 16:38:24 +08:00
parent b5cc9f38ef
commit 03542a32b8
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
<view class="zd_wrapper">
<view class="zd-row border-bottom">
<view class="zd-col-7">
<span class="filter_label">托盘</span>
<span class="filter_label"></span>
</view>
<view class="zd-col-24 filter_select">
<search-box
@@ -35,7 +35,7 @@
<th>起始库位</th>
<th>目的库位</th>
<th>任务状态</th>
<th>载具</th>
<th></th>
<th>创建时间</th>
</tr>
</thead>
@@ -46,7 +46,7 @@
<td>{{e.point_code1}}</td>
<td>{{e.point_code2}}</td>
<td>{{e.inst_status}}</td>
<td>{{e.vehicle_code}}</td>
<td>{{e.car_no}}</td>
<td>{{e.create_time}}</td>
</tr>
</tbody>

View File

@@ -37,7 +37,7 @@
<th>目的库位</th>
<th>指令状态</th>
<th>托盘号</th>
<th>AGV车号</th>
<th>车号</th>
<th>创建时间</th>
</tr>
</thead>