From 9325e1ffc53dc4829b63b608a13ae3ca636a3bec Mon Sep 17 00:00:00 2001 From: 15820893422 <1978476055@qq.com> Date: Wed, 12 Jun 2024 17:46:46 +0800 Subject: [PATCH] 1 --- src/views/product/addProduct/index.vue | 50 +------------------------- 1 file changed, 1 insertion(+), 49 deletions(-) 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 @@ - -