| | |
| | | </template> |
| | | </el-table-column> |
| | | <!-- <zt-table-column-dict prop="repairDistribType" :keys="24" label="维修分布类型" width="140" dict="RepairDistribType"/>--> |
| | | <el-table-column prop="repairDistribType" label="维修分布类型" :key="24" width="140"> |
| | | <el-table-column prop="repairDistribType" label="维修分布类型" :key="24" width="100"> |
| | | <template v-slot="{ row }"> |
| | | <el-select v-if="row.isEdit" v-model="row.repairDistribType" |
| | | placeholder="请选择"> |
| | |
| | | <span v-else v-text="scope.row.repairMttcr"></span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="repairMttcrOtherParams" :key="26" label="MTTCR其他参数" width="180"> |
| | | <el-table-column prop="repairMttcrOtherParams" :key="26" label="MTTCR其他参数" width="120"> |
| | | <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> |