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>