任务列表
This commit is contained in:
@@ -35,20 +35,22 @@
|
||||
<th>上料重量(g)</th>
|
||||
<th>分配重量</th>
|
||||
<th>任务状态</th>
|
||||
<th>备注</th>
|
||||
<th>执行步骤</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="(e, i) in dataList" :key="e.task_id" :class="{'selected_icon': pkId === e.task_id}" @click="toRadio(e)">
|
||||
<td>{{ i+1 }}</td>
|
||||
<td>{{ e.create_tie }}</td>
|
||||
<td>{{ e.create_time }}</td>
|
||||
<td>{{ e.task_code }}</td>
|
||||
<td>{{e.point_code1}}</td>
|
||||
<td>{{e.point_code3}}</td>
|
||||
<td>{{e.material_spec}}</td>
|
||||
<td>{{e.material_qty | numeric}}</td>
|
||||
<td>{{ e.qtyArr | numeric }}</td>
|
||||
<td>{{ e.qtyArr }}</td>
|
||||
<td>{{ ['生成', '任务异常', '确定终点', '起点和终点确认', '下发', '运行', '完成', '取消'][Number(e.task_status) - 1] }}</td>
|
||||
<td>{{ e.remark }}</td>
|
||||
<td>{{ e.task_step }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user