| | |
| | | <span v-else v-text="scope.row.repairMttcrOtherParams3"></span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="negligibleRepairTime" :key="28" label="可忽略的维修时间" align="right"> |
| | | <template slot-scope="scope"> |
| | | <el-input v-if="scope.row.isEdit" v-model="scope.row.negligibleRepairTime"></el-input> |
| | | <span v-else v-text="scope.row.negligibleRepairTime"></span> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table-column> |
| | | <el-table-column fixed="right" align="center" label="操作" width="100"> |
| | | <template slot-scope="scope"> |