|
|
|
@ -32,7 +32,7 @@ |
|
|
|
<th>{{ $t("contract.a5") }}({{ $t("contract.e2") }})</th> --> |
|
|
|
<th>{{ $t("contract.g9") }}</th> |
|
|
|
<th>{{ $t("contract.g3") }}</th> |
|
|
|
<th>{{ $t("contract.a8") }}</th> |
|
|
|
<!-- <th>{{ $t("contract.a8") }}</th>--> |
|
|
|
<th >{{ $t("contract.a6") }}</th> |
|
|
|
<th>{{ $t("contract.h0") }}</th> |
|
|
|
<th>{{ $t("contract.i7") }} /{{ $t("contract.i8") }}</th> |
|
|
|
@ -50,7 +50,7 @@ |
|
|
|
<td>{{ item.freeze_position }}</td> --> |
|
|
|
<td>{{ item.avg_price * 1 }}</td> |
|
|
|
<td>{{ item.realtimePrice }}</td> |
|
|
|
<td>{{ item.flatPrice }}</td> |
|
|
|
<!-- <td>{{ item.flatPrice }}</td>--> |
|
|
|
<td :class="item.unRealProfit>0?'increase':item.unRealProfit<0?'decreace':''">{{ (parseFloat(item.unRealProfit)).toFixed(2) }}</td> |
|
|
|
<td>{{ item.profitRate }}</td> |
|
|
|
<td>{{ item.tpPrice || "--" }}/{{ item.slPrice || "--" }}</td> |
|
|
|
|