| | |
| | | <div class="text-grey">{{ $t('建仓成本') }}</div> |
| | | <div class="textColor">{{ detail.trade_avg_price }}</div> |
| | | </div> |
| | | <div class="flex justify-between cell-item"> |
| | | <div class="text-grey">{{ $t('止盈') }}</div> |
| | | <div class="textColor">{{ detail.stop_price_profit }}</div> |
| | | </div> |
| | | <div class="flex justify-between cell-item"> |
| | | <div class="text-grey">{{ $t('止损') }}</div> |
| | | <div class="textColor">{{ detail.stop_price_loss }}</div> |
| | | </div> |
| | | |
| | | <!-- <div class="flex justify-between cell-item"> |
| | | <div class="text-grey">{{ $t('平仓价格') }}</div> |
| | | <div class="textColor">{{ detail.close_avg_price }}</div> |