|
|
@@ -11,9 +11,9 @@
|
|
|
<Cell title="方向" :value="getBuyOrSellName(selectedRow.buyorsell)" />
|
|
|
<Cell title="类型" :value="getBuildTypeName(selectedRow.buildtype)" />
|
|
|
<Cell title="挂摘类型" :value="getListingSelectTypeName(selectedRow.listingselecttype)" />
|
|
|
- <Cell title="委托数量" :value="formatDecimal(selectedRow.orderqty)" />
|
|
|
+ <Cell title="委托数量" :value="selectedRow.orderqty" />
|
|
|
<Cell title="委托价格" :value="formatDecimal(selectedRow.orderprice)" />
|
|
|
- <Cell title="成交数量" :value="formatDecimal(selectedRow.tradeqty)" />
|
|
|
+ <Cell title="成交数量" :value="selectedRow.tradeqty" />
|
|
|
<Cell title="委托状态" :value="getWRTradeOrderStatusName(selectedRow.orderstatus)" />
|
|
|
<Cell title="委托时间" :value="formatDate(selectedRow.ordertime)" />
|
|
|
<Cell title="委托单号" :value="selectedRow.orderid" />
|