下发状态

This commit is contained in:
2024-08-13 17:16:40 +08:00
parent 6a9e8d04d1
commit 0be4a6d07f

View File

@@ -36,6 +36,7 @@
<th>起点</th>
<th>终点</th>
<th>状态</th>
<th>下发状态</th>
<th>执行步骤</th>
<th>载具号</th>
<th>优先级</th>
@@ -50,6 +51,7 @@
<td>{{e.start_devicecode}}</td>
<td>{{e.next_devicecode}}</td>
<td>{{e.inst_status_name}}</td>
<td>{{['成功', '失败'][Number(e.send_status) - 1]}}</td>
<td>{{e.inst_step}}</td>
<td>{{e.carrier}}</td>
<td>{{e.priority}}</td>