|
|
@ -11,6 +11,7 @@ |
|
|
<th>{{$t('contract.b5')}}/{{$t('contract.b6')}}</th> |
|
|
<th>{{$t('contract.b5')}}/{{$t('contract.b6')}}</th> |
|
|
<th>{{$t('contract.b7')}}</th> |
|
|
<th>{{$t('contract.b7')}}</th> |
|
|
<th>{{$t('contract.b8')}}</th> |
|
|
<th>{{$t('contract.b8')}}</th> |
|
|
|
|
|
<th>{{$t('option.yield')}}</th> |
|
|
<th>{{$t('contract.j0')}}</th> |
|
|
<th>{{$t('contract.j0')}}</th> |
|
|
<!-- <th>{{$t('contract.k1')}}</th> --> |
|
|
<!-- <th>{{$t('contract.k1')}}</th> --> |
|
|
<th>{{$t('contract.b9')}}</th> |
|
|
<th>{{$t('contract.b9')}}</th> |
|
|
@ -28,6 +29,7 @@ |
|
|
<td>{{item.avg_price||'--'}}/{{ item.entrust_price || "--" }}</td> |
|
|
<td>{{item.avg_price||'--'}}/{{ item.entrust_price || "--" }}</td> |
|
|
<td>{{ item.margin * 1 }}</td> |
|
|
<td>{{ item.margin * 1 }}</td> |
|
|
<td>{{ item.fee * 1 }}</td> |
|
|
<td>{{ item.fee * 1 }}</td> |
|
|
|
|
|
<td :class="profite(item)">{{ item.profitRate }}</td> |
|
|
<td :class="profite(item)"> |
|
|
<td :class="profite(item)"> |
|
|
{{item.profit||'--'}} |
|
|
{{item.profit||'--'}} |
|
|
</td> |
|
|
</td> |
|
|
|