| | |
| | | <el-descriptions-item label="设备状态"> |
| | | <el-tag>{{ tableData[currentIndex].jarStatus }}</el-tag> |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="左门">{{ tableData[currentIndex].leftDoor }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="右门">{{ tableData[currentIndex].rightDoor }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="左门可开">{{ tableData[currentIndex].leftInEnable }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="右门可开">{{ tableData[currentIndex].leftOutEnable }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="左门可关">{{ tableData[currentIndex].rightInEnable }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="右门可关">{{ tableData[currentIndex].rightOutEnable }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="区域">{{ tableData[currentIndex].region }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="代号">{{ tableData[currentIndex].jarCode }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="温度">{{ tableData[currentIndex].jarTemperature$ }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="压力">{{ tableData[currentIndex].jarPressure$ }} |
| | | </el-descriptions-item> |
| | | <!-- <el-descriptions-item label="温度">{{ tableData[currentIndex].jarTemperature$ }}--> |
| | | <!-- </el-descriptions-item>--> |
| | | <!-- <el-descriptions-item label="压力">{{ tableData[currentIndex].jarPressure$ }}--> |
| | | <!-- </el-descriptions-item>--> |
| | | <el-descriptions-item label="最大储量">{{ tableData[currentIndex].jarCount$ }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="故障代码">{{ tableData[currentIndex].jarErr }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="左门开门状态">{{ tableData[currentIndex].leftDoorOpen }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="左门关门状态">{{ tableData[currentIndex].leftDoorClose }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="右门开门状态">{{ tableData[currentIndex].rightDoorOpen }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="右门关门状态">{{ tableData[currentIndex].rightDoorClose }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="最近一次保温时间">{{ tableData[currentIndex].holdingTime }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="最近一次开门时间">{{ tableData[currentIndex].openTime }} |