| | |
| | | <th class="py-3 px-4">工作号</th> |
| | | <th class="py-3 px-4">PLC工作号</th> |
| | | <th class="py-3 px-4">设备模式</th> |
| | | <th class="py-3 px-4">设备状态</th> |
| | | <th class="py-3 px-4">任务状态</th> |
| | | <th class="py-3 px-4">任务模式</th> |
| | | <th class="py-3 px-4">取货数据</th> |
| | |
| | | <td class="py-3 px-4">{{ item.taskNo }}</td> |
| | | <td class="py-3 px-4">{{ item.plcTaskNo }}</td> |
| | | <td class="py-3 px-4">{{ item.model$ }}</td> |
| | | <td class="py-3 px-4">{{ item.deviceStatus$ }}</td> |
| | | <td class="py-3 px-4">{{ item.protocolStatus$ }}</td> |
| | | <td class="py-3 px-4">{{ item.taskMode$ }}</td> |
| | | <td class="py-3 px-4">{{ item.pick }}</td> |