This commit is contained in:
2025-09-10 11:28:21 +08:00
parent 71d3b615dc
commit 3a4e75f818
2 changed files with 35 additions and 30 deletions

View File

@@ -20,28 +20,20 @@
<table>
<thead>
<tr>
<th>载具</th>
<th>任务</th>
<th>起点</th>
<th>终点</th>
<th>状态</th>
<th>作业</th>
<th>作业类型</th>
<th>设备号</th>
<th>当前步骤</th>
<th>异常信息</th>
<th>载具</th>
</tr>
</thead>
<tbody>
<tr v-for="(e, i) in dataList" :key="i" @click="toCheck(e)" :class="{'checked': e.task_code === pkId}">
<td>{{e.task_type}}</td>
<td>{{e.task_code}}</td>
<td>{{e.vehicle_code}}</td>
<td>{{e.status}}</td>
<td>{{e.point_code1}}</td>
<td>{{e.point_code2}}</td>
<td>{{e.create_time}}</td>
<td>{{e.create_time}}</td>
<td>{{e.create_time}}</td>
<td>{{e.task_status}}</td>
<td>{{e.vehicle_code}}</td>
</tr>
</tbody>
</table>