소스 검색

Update trade-detail.tsx

lex-xin 8 달 전
부모
커밋
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>}