li.shaoyi 1 неделя назад
Родитель
Сommit
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>