From 7ec9326ce00d08f9d957981f2edff6df26f24a28 Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期四, 26 九月 2024 13:25:02 +0800 Subject: [PATCH] 修改 --- web/src/views/modules/taskReliability/PlanMake.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/views/modules/taskReliability/PlanMake.vue b/web/src/views/modules/taskReliability/PlanMake.vue index b1ac542..b588cf6 100644 --- a/web/src/views/modules/taskReliability/PlanMake.vue +++ b/web/src/views/modules/taskReliability/PlanMake.vue @@ -5,7 +5,7 @@ </el-table-column> <el-table-column align="center" prop="specifiedValue" label="妫�楠屼笂闄�"> <template v-slot="{ row }"> - <el-input v-model="row.specifiedValue" style="width:100%" :disabled="row.tjlx==='涓嶉檺瀹氳瀹氬�兼煡璇�'"></el-input> + <el-input v-model="row.specifiedValue" style="width:100%" :disabled="row.tjlx==='涓嶉檺瀹氭楠屼笂闄愭煡璇�'"></el-input> </template> </el-table-column> <el-table-column align="center" prop="minAccepValue" label="妫�楠屼笅闄�"> @@ -86,7 +86,7 @@ showFailureTime: 10 }, { - tjlx: '涓嶉檺瀹氳瀹氬�兼煡璇�', + tjlx: '涓嶉檺瀹氭楠屼笂闄愭煡璇�', btnName: '鏌ヨ涓�', specifiedValue: null, minAccepValue: null, @@ -152,7 +152,7 @@ flag = false } } - if (row.tjlx === "涓嶉檺瀹氳瀹氬�兼煡璇�") { + if (row.tjlx === "涓嶉檺瀹氭楠屼笂闄愭煡璇�") { if (!row.showFailureTime || !row.minAccepValue || !row.productionRisk || !row.userRisk) { this.$tip.alert("鏈夋湭濉啓鐨勫��") flag = false @@ -163,7 +163,7 @@ } let res = await this.$http.get(`/TestScheme/TestScheme/condition`, {params: row}) this.dataList = res.data - if (row.tjlx === "涓嶉檺瀹氳瀹氬�兼煡璇�") { + if (row.tjlx === "涓嶉檺瀹氭楠屼笂闄愭煡璇�") { this.isShow = true } else { this.isShow = false -- Gitblit v1.9.1