| | |
| | | <span v-else v-text="scope.row.taskMtbcfOperatingRatio"></span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="taskMtbcfOtherParams" :key="21" label="MTBCF其他参数" > |
| | | <el-table-column prop="taskMtbcfOtherParams2" :key="21" label="MTBCF其他参数2" > |
| | | <template slot-scope="scope"> |
| | | <el-input v-if="scope.row.isEdit" v-model="scope.row.taskMtbcfOtherParams"></el-input> |
| | | <span v-else v-text="scope.row.taskMtbcfOtherParams"></span> |
| | | <el-input v-if="scope.row.isEdit" v-model="scope.row.taskMtbcfOtherParams2"></el-input> |
| | | <span v-else v-text="scope.row.taskMtbcfOtherParams2"></span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="taskMtbcfOtherParams3" :key="30" label="MTBCF其他参数3" > |
| | | <template slot-scope="scope"> |
| | | <el-input v-if="scope.row.isEdit" v-model="scope.row.taskMtbcfOtherParams3"></el-input> |
| | | <span v-else v-text="scope.row.taskMtbcfOtherParams3"></span> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table-column> |
| | |
| | | <span v-else v-text="scope.row.repairMttcr"></span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="repairMttcrOtherParams" :key="26" label="MTTCR其他参数" > |
| | | <el-table-column prop="repairMttcrOtherParams2" :key="26" label="MTTCR其他参数2" > |
| | | <template slot-scope="scope"> |
| | | <el-input v-if="scope.row.isEdit" v-model="scope.row.repairMttcrOtherParams"></el-input> |
| | | <span v-else v-text="scope.row.repairMttcrOtherParams"></span> |
| | | <el-input v-if="scope.row.isEdit" v-model="scope.row.repairMttcrOtherParams2"></el-input> |
| | | <span v-else v-text="scope.row.repairMttcrOtherParams2"></span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="repairMttcrOtherParams3" :key="27" label="MTTCR其他参数3" > |
| | | <template slot-scope="scope"> |
| | | <el-input v-if="scope.row.isEdit" v-model="scope.row.repairMttcrOtherParams3"></el-input> |
| | | <span v-else v-text="scope.row.repairMttcrOtherParams3"></span> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table-column> |