li.shaoyi 1 tuần trước cách đây
mục cha
commit
d77a9a0b67
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>