| | |
| | | </el-table-column> |
| | | <el-table-column property="statusType" label="模式"> |
| | | </el-table-column> |
| | | <el-table-column property="wrkStatus" label="任务状态"> |
| | | <el-table-column property="wrkStatus$" label="任务状态"> |
| | | </el-table-column> |
| | | <el-table-column property="deviceStatus" label="设备状态"> |
| | | </el-table-column> |
| | |
| | | <el-button @click="requestOperate('taskComplete')" type="primary">任务完成</el-button> |
| | | <el-button @click="requestOperate('clearCommand')" type="primary">清除命令</el-button> |
| | | <el-button @click="requestOperate('handleReset')" type="primary">复位</el-button> |
| | | <el-button @click="requestOperate('auto')" type="primary">联机</el-button> |
| | | </div> |
| | | </div> |
| | | </el-card> |