|
@@ -14,7 +14,7 @@
|
|
|
<Cell title="成交价格" :value="formatDecimal(selectedRow.tradeprice)" />
|
|
<Cell title="成交价格" :value="formatDecimal(selectedRow.tradeprice)" />
|
|
|
<Cell title="成交金额" :value="formatDecimal(selectedRow.tradeamount)" />
|
|
<Cell title="成交金额" :value="formatDecimal(selectedRow.tradeamount)" />
|
|
|
<Cell title="手续费" :value="formatDecimal(selectedRow.charge)" />
|
|
<Cell title="手续费" :value="formatDecimal(selectedRow.charge)" />
|
|
|
- <Cell title="平仓盈亏" :value="formatDecimal(selectedRow.closepl)" />
|
|
|
|
|
|
|
+ <Cell title="转让损益" :value="formatDecimal(selectedRow.closepl)" />
|
|
|
<Cell title="贸易对方" :value="tmMatchAccountID(selectedRow.matchaccountid)" />
|
|
<Cell title="贸易对方" :value="tmMatchAccountID(selectedRow.matchaccountid)" />
|
|
|
<Cell title="成交时间" :value="formatDate(selectedRow.tradetime)" />
|
|
<Cell title="成交时间" :value="formatDate(selectedRow.tradetime)" />
|
|
|
<Cell title="成交单号" :value="selectedRow.tradeid" />
|
|
<Cell title="成交单号" :value="selectedRow.tradeid" />
|