| | |
| | | <span v-else v-text="scope.row.basicMtbfAcceptSuccRate"></span> |
| | | </template> |
| | | </el-table-column>--> |
| | | <!-- <el-table-column prop="basicUnitNum" label="单元数量" :key="11" width="100" align="center"> |
| | | <el-table-column prop="basicUnitNum" label="单元数量" :key="11" width="100" align="center"> |
| | | <template slot-scope="scope"> |
| | | <el-input v-if="scope.row.isEdit" v-model="scope.row.basicUnitNum"></el-input> |
| | | <span v-else v-text="scope.row.basicUnitNum"></span> |
| | | </template> |
| | | </el-table-column>--> |
| | | </el-table-column> |
| | | <el-table-column prop="basicRunsNum" label="运行次数" :key="12" width="100" align="center"> |
| | | <template slot-scope="scope"> |
| | | <el-input v-if="scope.row.isEdit" v-model="scope.row.basicRunsNum"></el-input> |