lilei 1 년 전
부모
커밋
a3e861ae87
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/salesManagement/salesQueryNew/comps/activeQueryPart.vue

+ 1 - 1
src/views/salesManagement/salesQueryNew/comps/activeQueryPart.vue

@@ -100,7 +100,7 @@
           class="button-info"
           :loading="newLoading"
           @click="handleAdd(record)"
-          v-if="promoProductClz!='GIFT' ? record.productPrice : record.productPrice!==undefined"
+          v-if="promoProductClz!='GIFT' ? record.productPrice : record.origPrice"
           id="productInfoList-edit-btn">添加</a-button>
         <span v-else>--</span>
       </template>