| | |
| | | <el-table-column v-if="dataForm.productType==='3'||dataForm.productType==='2'" |
| | | prop="reliabDistribType" |
| | | label="可靠性分布类型" :key="27" |
| | | width="100"> |
| | | > |
| | | <template v-slot="{ row }"> |
| | | <el-select v-if="row.isEdit" v-model="row.reliabDistribType" |
| | | placeholder="请选择"> |
| | |
| | | <el-table-column v-if="dataForm.productType==='3'||dataForm.productType==='2'" :key="5" |
| | | label="基本可靠性计算"> |
| | | <!-- <zt-table-column-dict prop="joinCompute" :keys="6" label="参加计算" width="100" dict="is_or_not"/>--> |
| | | <el-table-column prop="basicJoinCompute" label="参加计算" :key="6"> |
| | | <el-table-column prop="basicJoinCompute" label="参加计算" :key="6" width="100"> |
| | | <template v-slot="{ row }"> |
| | | <el-select v-if="row.isEdit" v-model="row.basicJoinCompute" |
| | | placeholder="参加计算"> |
| | |
| | | :typeColor="typeColor" :size="size" :effect="effect" :hit="hit"/> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="basicMtbfRegulate" :key="7" label="规定MTBF"> |
| | | <el-table-column prop="basicMtbfRegulate" :key="7" label="MTBF"> |
| | | <template slot-scope="scope"> |
| | | <el-input v-if="scope.row.isEdit" v-model="scope.row.basicMtbfRegulate"></el-input> |
| | | <span v-else v-text="scope.row.basicMtbfRegulate"></span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="basicMtbfAccept" :key="8" label="可接受的MTBF" width="100"> |
| | | <!--<el-table-column prop="basicMtbfAccept" :key="8" label="可接受的MTBF" width="100"> |
| | | <template slot-scope="scope"> |
| | | <el-input v-if="scope.row.isEdit" v-model="scope.row.basicMtbfAccept"></el-input> |
| | | <span v-else v-text="scope.row.basicMtbfAccept"></span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="basicMtbfRegulSuccRate" :key="9" label="MTBF规定成功率"> |
| | | </el-table-column>--> |
| | | <el-table-column prop="basicMtbfRegulSuccRate" :key="9" label="MTBF成功率" > |
| | | <template slot-scope="scope"> |
| | | <el-input v-if="scope.row.isEdit" v-model="scope.row.basicMtbfRegulSuccRate"></el-input> |
| | | <span v-else v-text="scope.row.basicMtbfRegulSuccRate"></span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="basicMtbfAcceptSuccRate" :key="10" label="MTBF可接受成功率" width="140"> |
| | | <!-- <el-table-column prop="basicMtbfAcceptSuccRate" :key="10" label="MTBF可接受成功率" width="120"> |
| | | <template slot-scope="scope"> |
| | | <el-input v-if="scope.row.isEdit" v-model="scope.row.basicMtbfAcceptSuccRate"></el-input> |
| | | <span v-else v-text="scope.row.basicMtbfAcceptSuccRate"></span> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table-column>--> |
| | | <el-table-column prop="basicUnitNum" label="单元数量" :key="11" width="100"> |
| | | <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.basicRunsNum"></span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="basicMtbfOperatingRatio" :key="13" label="MTBF运行比" width="80"> |
| | | <el-table-column prop="basicMtbfOperatingRatio" :key="13" label="MTBF运行比" > |
| | | <template slot-scope="scope"> |
| | | <el-input v-if="scope.row.isEdit" v-model="scope.row.basicMtbfOperatingRatio"></el-input> |
| | | <span v-else v-text="scope.row.basicMtbfOperatingRatio"></span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="basicSingleRunTime" :key="14" label="运行时间" width="100"> |
| | | <el-table-column prop="basicSingleRunTime" :key="14" label="运行时间" > |
| | | <template slot-scope="scope"> |
| | | <el-input v-if="scope.row.isEdit" v-model="scope.row.basicSingleRunTime"></el-input> |
| | | <span v-else v-text="scope.row.basicSingleRunTime"></span> |
| | |
| | | |
| | | <el-table-column v-if="dataForm.productType==='3'||dataForm.productType==='2'" :key="15" |
| | | label="任务可靠性计算"> |
| | | <el-table-column prop="taskMtbcfRegulate" :key="16" label="规定MTBCF" width="100"> |
| | | <el-table-column prop="taskMtbcfRegulate" :key="16" label="MTBCF" width="100"> |
| | | <template slot-scope="scope"> |
| | | <el-input v-if="scope.row.isEdit" v-model="scope.row.taskMtbcfRegulate"></el-input> |
| | | <span v-else v-text="scope.row.taskMtbcfRegulate"></span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="taskMtbcfAccept" :key="17" label="可接受的MTBCF" width="100"> |
| | | <!--<el-table-column prop="taskMtbcfAccept" :key="17" label="可接受的MTBCF" width="100"> |
| | | <template slot-scope="scope"> |
| | | <el-input v-if="scope.row.isEdit" v-model="scope.row.taskMtbcfAccept"></el-input> |
| | | <span v-else v-text="scope.row.taskMtbcfAccept"></span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="taskMtbcfRegulSuccRate" :key="18" label="MTBCF规定成功率" width="120"> |
| | | </el-table-column>--> |
| | | <el-table-column prop="taskMtbcfRegulSuccRate" :key="18" label="MTBCF成功率" > |
| | | <template slot-scope="scope"> |
| | | <el-input v-if="scope.row.isEdit" v-model="scope.row.taskMtbcfRegulSuccRate"></el-input> |
| | | <span v-else v-text="scope.row.taskMtbcfRegulSuccRate"></span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="taskMtbcfAcceptSuccRate" :key="19" label="MTBCF可接受成功率" width="140"> |
| | | <!-- <el-table-column prop="taskMtbcfAcceptSuccRate" :key="19" label="MTBCF可接受成功率" width="100"> |
| | | <template slot-scope="scope"> |
| | | <el-input v-if="scope.row.isEdit" v-model="scope.row.taskMtbcfAcceptSuccRate"></el-input> |
| | | <span v-else v-text="scope.row.taskMtbcfAcceptSuccRate"></span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="taskMtbcfOperatingRatio" :key="20" label="MTBCF运行比" width="100"> |
| | | </el-table-column>--> |
| | | <el-table-column prop="taskMtbcfOperatingRatio" :key="20" label="MTBCF运行比"> |
| | | <template slot-scope="scope"> |
| | | <el-input v-if="scope.row.isEdit" v-model="scope.row.taskMtbcfOperatingRatio"></el-input> |
| | | <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="taskMtbcfOtherParams" :key="21" label="MTBCF其他参数" > |
| | | <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-table-column> |
| | | <el-table-column v-if="dataForm.productType==='3'||dataForm.productType==='2'" :key="22" label="维修分布"> |
| | | <!-- <zt-table-column-dict prop="repairable" :keys="23" label="可维修" dict="is_or_not"/>--> |
| | | <el-table-column prop="repairable" label="可维修" :key="23"> |
| | | <el-table-column prop="repairable" label="可维修" :key="23" width="80"> |
| | | <template v-slot="{ row }"> |
| | | <el-select v-if="row.isEdit" v-model="row.repairable" |
| | | placeholder="请选择"> |
| | |
| | | </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="100"> |
| | | <el-table-column prop="repairDistribType" label="维修分布类型" :key="24" width="130"> |
| | | <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="120"> |
| | | <el-table-column prop="repairMttcrOtherParams" :key="26" label="MTTCR其他参数" > |
| | | <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> |