@@ -99,7 +99,7 @@
<!-- 销售价 -->
<template slot="price" slot-scope="text, record">
{{ toThousands(text) }}
- <span v-if="record.promotionFlag=='GIFT'" title="原价">({{ toThousands(record.origPrice) }})</span>
+ <span v-if="record.promotionFlag=='GIFT'||record.promotionFlag=='DISCOUNT'" title="原价">({{ toThousands(record.origPrice) }})</span>
</template>
</s-table>
</a-card>