li.shaoyi 1 주 전
부모
커밋
d77a9a0b67
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/packages/digital/views/listing/goods/detail/index.vue

+ 1 - 1
src/packages/digital/views/listing/goods/detail/index.vue

@@ -35,7 +35,7 @@
                     </CellGroup>
                     <CellGroup inset>
                         <Cell :title="formData.BuyOrSell === BuyOrSell.Buy ? '预估支付' : '预估获取'"
-                            :value="formatDecimal(calculations.estimatedAmount, quoteAccount?.currencydecimalplace)" />
+                            :label="formatDecimal(calculations.estimatedAmount, quoteAccount?.currencydecimalplace)" />
                     </CellGroup>
                 </Form>
             </div>