| | |
| | | :row-style="rowStyle" |
| | | border @selection-change="table.selectionChangeHandle"> |
| | | <el-table-column prop="name" label="名称"/> |
| | | <el-table-column prop="mtbf" label="MTBF" align="right"> |
| | | <el-table-column prop="mtbf" label="MTTF(任务可靠性)" align="right"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ keepNumber(scope.row.mtbf) }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="mttr" label="MTTR" align="right"> |
| | | <el-table-column prop="mttr" label="MTTR(任务可靠性)" align="right"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ keepNumber(scope.row.mttr) }}</span> |
| | | </template> |