@@ -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)" />
</Form>
</div>