| | |
| | | <el-descriptions-item label="工作号"> |
| | | {{ tableData[currentIndex].workNo }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="自动">{{ tableData[currentIndex].autoing }} |
| | | <el-descriptions-item label="自动"> |
| | | <el-tag>{{ tableData[currentIndex].autoing }}</el-tag> |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="有物">{{ tableData[currentIndex].loading }} |
| | | <el-descriptions-item label="有物"> |
| | | <el-tag>{{ tableData[currentIndex].loading }}</el-tag> |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="可入">{{ tableData[currentIndex].inEnable }} |
| | | <el-descriptions-item label="可入"> |
| | | <el-tag>{{ tableData[currentIndex].inEnable }}</el-tag> |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="可出">{{ tableData[currentIndex].outEnable }} |
| | | <el-descriptions-item label="可出"> |
| | | <el-tag>{{ tableData[currentIndex].outEnable }}</el-tag> |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="空板信号">{{ tableData[currentIndex].emptyMk }} |
| | | <el-descriptions-item label="空板信号"> |
| | | <el-tag>{{ tableData[currentIndex].emptyMk }}</el-tag> |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="目标站">{{ tableData[currentIndex].staNo }} |
| | | </el-descriptions-item> |