|
|
@@ -13,6 +13,7 @@
|
|
|
<Cell :title="$t('order.goodstrade.tradeqty')" :value="selectedRow.tradeqty" />
|
|
|
<Cell :title="$t('order.goodstrade.tradeprice')" :value="formatDecimal(selectedRow.tradeprice)" />
|
|
|
<Cell :title="$t('order.goodstrade.charge')" :value="formatDecimal(selectedRow.charge)" />
|
|
|
+ <Cell :title="$t('order.goodstrade.initFeeValue')" :value="formatDecimal(selectedRow.initfeevalue)" />
|
|
|
<Cell :title="$t('order.goodstrade.closepl')" :value="formatDecimal(selectedRow.closepl)" />
|
|
|
<!-- <Cell title="成交对手" :value="tmMatchAccountID(selectedRow.matchaccountid)" /> -->
|
|
|
<Cell :title="$t('order.goodstrade.tradetime')" :value="formatDate(selectedRow.tradetime)" />
|