From 24b4781f53b19a165697241f47a2c8cd02042c4f Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 21 Jan 2025 10:40:04 +0800 Subject: [PATCH] =?UTF-8?q?fix:mlogbw=E6=A3=80=E6=B5=8B=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E5=92=8C=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlogbw_check.vue | 120 ++++++++++++++++++------------ 1 file changed, 72 insertions(+), 48 deletions(-) diff --git a/src/views/wpm_bx/mlogbw_check.vue b/src/views/wpm_bx/mlogbw_check.vue index e555d04a..48a29df7 100644 --- a/src/views/wpm_bx/mlogbw_check.vue +++ b/src/views/wpm_bx/mlogbw_check.vue @@ -41,6 +41,7 @@ v-if="item.testitem_field_type=='input-number'" v-model="scope.row[item.testitem_name]" :min="0" + :disabled="!scope.row.isEdit" class="width-100" controls-position="right" @change="defectCountSun(scope.row)" @@ -50,6 +51,7 @@ v-if="item.testitem_field_type=='input-int'" v-model="scope.row[item.testitem_name]" :min="0" + :disabled="!scope.row.isEdit" class="width-100" controls-position="right" @change="defectCountSun(scope.row)" @@ -59,6 +61,7 @@ v-if="item.testitem_field_type=='input-text'" v-model="scope.row[item.testitem_name]" class="width-100" + :disabled="!scope.row.isEdit" @change="defectCountSun(scope.row)" > @@ -67,6 +70,7 @@ v-model="scope.row[item.testitem_name]" clearable class="width-100" + :disabled="!scope.row.isEdit" @change="defectCountSun(scope.row)" > - +