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)" > - +