lex-xin 6 месяцев назад
Родитель
Сommit
df515cb03e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/trade/trade-detail.tsx

+ 1 - 1
src/views/trade/trade-detail.tsx

@@ -242,7 +242,7 @@ export default defineComponent({
                 <Col span="8" offset={1}>
                   优惠金额:
                 </Col>
-                <Col span="14">{(this as any).$filters.moneyFormat(item.showPrice)}</Col>
+                <Col span="14">¥{(this as any).$filters.moneyFormat(this.result.couponAmount)}</Col>
                 <Col span="1"> </Col>
               </Row>}