下发状态
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user