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