|
|
|
@ -7,11 +7,12 @@ |
|
|
|
<th>{{$t('contract.b0')}}</th> |
|
|
|
<th>{{$t('contract.b1')}}</th> |
|
|
|
<th>{{$t('contract.b2')}}</th> |
|
|
|
<th>{{$t('contract.b3')}}/{{$t('contract.b4')}}</th> |
|
|
|
<!-- <th>{{$t('contract.b3')}}/{{$t('contract.b4')}}</th> --> |
|
|
|
<th>{{$t('contract.b5')}}/{{$t('contract.b6')}}</th> |
|
|
|
<th>{{$t('contract.b7')}}</th> |
|
|
|
<th>{{$t('contract.b8')}}</th> |
|
|
|
<th>{{$t('contract.j0')}}</th> |
|
|
|
<th>{{$t('contract.j0')}}</th> |
|
|
|
<!-- <th>{{$t('contract.k1')}}</th> --> |
|
|
|
<th>{{$t('contract.b9')}}</th> |
|
|
|
<!-- <th>{{$t('contract.c0')}}</th> --> |
|
|
|
@ -23,8 +24,12 @@ |
|
|
|
<td>{{ item.lever_rate }}X</td> |
|
|
|
<td>{{ item.updated_ats | parseTime}}</td> |
|
|
|
<!-- <td>{{ item.created_at | parseTime}}</td> --> |
|
|
|
<td>{{ cals(item.side, item.order_type) }}</td> |
|
|
|
<td>{{ item.traded_amount }}/{{ item.amount }}</td> |
|
|
|
<td> |
|
|
|
<div :class="item.order_type==2? 'btn-danger' : 'btn-success'" style="color: #fff;border-radius: 5px;text-align: center;width: 80px;height: 30px;line-height: 30px;"> |
|
|
|
{{ cals(item.side, item.order_type) }} |
|
|
|
</div> |
|
|
|
</td> |
|
|
|
<!-- <td>{{ item.traded_amount }}/{{ item.amount }}</td> --> |
|
|
|
<td>{{item.avg_price||'--'}}/{{ item.entrust_price || "--" }}</td> |
|
|
|
<td>{{ item.margin * 1 }}</td> |
|
|
|
<td>{{ item.fee * 1 }}</td> |
|
|
|
@ -34,6 +39,7 @@ |
|
|
|
<!-- <td> |
|
|
|
{{item.settle_profit||'--'}} |
|
|
|
</td> --> |
|
|
|
<td :class="item.profit>0?'increace':item.profit<0?'decreace':''">{{ item.profitRate }}</td> |
|
|
|
<td>{{ status(item.status) }}</td> |
|
|
|
<!-- <td> |
|
|
|
<button class="btn btn-sm btn-primary" @click="showDetail(item)"> |
|
|
|
|