| | |
| | | </el-col> |
| | | </el-row> |
| | | <el-row :gutter="5" v-show="nodeType=='node'" align="middle" style="margin-top:20px;"> |
| | | <el-col :span=24> |
| | | <el-col :span=8 style="font-size: 16px;line-height: 32px">MTBCF</el-col> |
| | | <el-col :span=16> |
| | | <el-input type="number" v-model="globalGridAttr.taskMtbcf" @change="onTaskMtbcfChange"></el-input> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | </el-col> |
| | | </el-row> |
| | | <el-row :gutter="5" align="middle" style="margin-top:20px;"> |
| | | <el-col :span=24> |
| | | <el-col :span=8 style="font-size: 16px;line-height: 32px">MTTCR</el-col> |
| | | <el-col :span=16> |
| | | <el-input type="number" v-model="globalGridAttr.repairMttcr" @change="onRepairMttcrChange"></el-input> |
| | | </el-col> |
| | | </el-row> |