|
@@ -100,7 +100,7 @@
|
|
class="button-info"
|
|
class="button-info"
|
|
:loading="newLoading"
|
|
:loading="newLoading"
|
|
@click="handleAdd(record)"
|
|
@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>
|
|
id="productInfoList-edit-btn">添加</a-button>
|
|
<span v-else>--</span>
|
|
<span v-else>--</span>
|
|
</template>
|
|
</template>
|