From 46c8d02ada5e72e5525ee7232e5932dbe383ffe6 Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期四, 15 八月 2024 15:08:01 +0800 Subject: [PATCH] 修改 --- web/src/views/modules/basicInfo/ParamData.vue | 19 +++++++++++-------- 1 files changed, 11 insertions(+), 8 deletions(-) diff --git a/web/src/views/modules/basicInfo/ParamData.vue b/web/src/views/modules/basicInfo/ParamData.vue index db95e6c..82803bc 100644 --- a/web/src/views/modules/basicInfo/ParamData.vue +++ b/web/src/views/modules/basicInfo/ParamData.vue @@ -108,7 +108,7 @@ <span v-else v-text="scope.row.basicMtbfAccept"></span> </template> </el-table-column>--> - <el-table-column prop="basicMtbfRegulSuccRate" :key="9" label="MTBF鎴愬姛鐜�" align="right"> + <el-table-column prop="basicMtbfRegulSuccRate" :key="9" label="鎴愬姛鐜�" align="right"> <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> @@ -132,7 +132,7 @@ <span v-else v-text="scope.row.basicRunsNum"></span> </template> </el-table-column> - <el-table-column prop="basicMtbfOperatingRatio" :key="13" label="MTBF杩愯姣�" align="right"> + <el-table-column prop="basicMtbfOperatingRatio" :key="13" label="杩愯姣�" align="right"> <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> @@ -180,7 +180,7 @@ <span v-else v-text="scope.row.taskMtbcfAccept"></span> </template> </el-table-column>--> - <el-table-column prop="taskMtbcfRegulSuccRate" :key="18" label="MTBCF鎴愬姛鐜�" align="right"> + <el-table-column prop="taskMtbcfRegulSuccRate" :key="18" label="鎴愬姛鐜�" align="right"> <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> @@ -192,19 +192,19 @@ <span v-else v-text="scope.row.taskMtbcfAcceptSuccRate"></span> </template> </el-table-column>--> - <el-table-column prop="taskMtbcfOperatingRatio" :key="20" label="MTBCF杩愯姣�" align="right"> + <el-table-column prop="taskMtbcfOperatingRatio" :key="20" label="杩愯姣�" align="right"> <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="taskMtbcfOtherParams2" :key="21" label="MTBCF鍏朵粬鍙傛暟2" align="right"> + <el-table-column prop="taskMtbcfOtherParams2" :key="21" label="鍏朵粬鍙傛暟2" align="right"> <template slot-scope="scope"> <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" align="right"> + <el-table-column prop="taskMtbcfOtherParams3" :key="30" label="鍏朵粬鍙傛暟3" align="right"> <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> @@ -251,13 +251,13 @@ <span v-else>{{scope.row.repairMttcr | keepNumber}}</span> </template> </el-table-column> - <el-table-column prop="repairMttcrOtherParams2" :key="26" label="MTTCR鍏朵粬鍙傛暟2" align="right"> + <el-table-column prop="repairMttcrOtherParams2" :key="26" label="鍏朵粬鍙傛暟2" align="right"> <template slot-scope="scope"> <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" align="right"> + <el-table-column prop="repairMttcrOtherParams3" :key="27" label="鍏朵粬鍙傛暟3" align="right"> <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> @@ -316,6 +316,9 @@ reliabDistribType: '' }, isOrNot: [{ + value: 0, + label: '鍚�' + },{ value: 1, label: '鏄�' }], -- Gitblit v1.9.1