diff --git a/src/views/product/addProduct/index.vue b/src/views/product/addProduct/index.vue index aeab9e1..a2e9abe 100644 --- a/src/views/product/addProduct/index.vue +++ b/src/views/product/addProduct/index.vue @@ -1047,7 +1047,7 @@ v-model="scope.row[iii]" type="text" size="small" - :disabled="virStatus&&formThead[iii].title === '依据链接'" + :disabled="isVirStatus(iii)" @input="handleCost(scope.row,iii,$event,'batchAdd')" class="priceBox" /> @@ -1080,54 +1080,6 @@ - -