| | |
| | | </div> |
| | | <div v-else> |
| | | <el-descriptions :title="currentTitle" direction="vertical" :column="4" border> |
| | | <el-descriptions-item label="硫化罐">{{ tableData[currentIndex].jarNo }} |
| | | </el-descriptions-item> |
| | | <!-- <el-descriptions-item label="硫化罐">{{ tableData[currentIndex].jarNo }}--> |
| | | <!-- </el-descriptions-item>--> |
| | | <el-descriptions-item label="模式"> |
| | | <el-tag>{{ tableData[currentIndex].jarMode }}</el-tag> |
| | | </el-descriptions-item> |
| | |
| | | </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].holdingTime }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="最近一次开门时间">{{ tableData[currentIndex].openTime }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="最近一次关门时间">{{ tableData[currentIndex].closeTime }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="故障代码">{{ tableData[currentIndex].jarErr }} |
| | | </el-descriptions-item> |
| | | </el-descriptions> |
| | | |