| | |
| | | <div class="text-grey">{{ $t('可平金额') }}</div> |
| | | <div class="textColor">{{ detail.amount }}</div> |
| | | </div> |
| | | <div class="flex justify-between cell-item"> |
| | | <!-- <div class="flex justify-between cell-item"> |
| | | <div class="text-grey">{{ $t('保证金') }}</div> |
| | | <div class="textColor">{{ detail.deposit }}</div> |
| | | </div> |
| | | </div> --> |
| | | <div class="flex justify-between cell-item"> |
| | | <div class="text-grey">{{ $t('手续费') }}</div> |
| | | <div class="textColor">{{ detail.fee }}</div> |
| | |
| | | <div class="text-grey">{{ $t('建仓成本') }}</div> |
| | | <div class="textColor">{{ detail.trade_avg_price }}</div> |
| | | </div> |
| | | <div class="flex justify-between cell-item"> |
| | | <!-- <div class="flex justify-between cell-item"> |
| | | <div class="text-grey">{{ $t('平仓价格') }}</div> |
| | | <div class="textColor">{{ detail.close_avg_price }}</div> |
| | | </div> |
| | | </div> --> |
| | | <div class="flex justify-between cell-item"> |
| | | <div class="text-grey">{{ $t('订单号') }}</div> |
| | | <div class="textColor">{{ detail.order_no }}</div> |
| | | </div> |
| | | <div class="flex justify-between cell-item"> |
| | | <div class="text-grey">{{ $t('开仓时间') }}</div> |
| | | <div class="textColor">{{ detail.create_time }}</div> |
| | | <div class="textColor">{{ detail.create_time }}(UTC+2)</div> |
| | | </div> |
| | | <div class="flex justify-between cell-item "> |
| | | <div class="text-grey">{{ $t('平仓时间') }}</div> |
| | | <div class="textColor">{{ detail.close_time ? dayjs(detail.close_time * 1000).format('YYYY-MM-DD HH:mm:ss') : |
| | | <div class="textColor">{{ detail.close_time ? dayjs(detail.close_time * 1000).format('YYYY-MM-DD HH:mm:ss')+'(UTC+2)' : |
| | | '--' }}</div> |
| | | </div> |
| | | </div> |