| | |
| | | <div class="font-32 textColor">{{ orderTypes[item.content_type] }}</div> |
| | | <div class="text-grey font-26 mt-6"> |
| | | {{ item.createTime }} |
| | | (UTC+8) |
| | | <!-- (UTC+8) --> |
| | | </div> |
| | | <!-- <div class="text-grey font-26 mt-6">{{ orderTypes[item.content_type] }}</div> --> |
| | | </div> |
| | |
| | | <div class="text-grey">{{ $t('开仓时间') }}</div> |
| | | <div class="textColor"> |
| | | {{ detail.create_time }} |
| | | (UTC+8) |
| | | <!-- (UTC+8) --> |
| | | </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') |
| | | + '(UTC+8)' |
| | | // + '(UTC+8)' |
| | | : '--' }}</div> |
| | | </div> |
| | | </div> |
| | |
| | | <div class="text-grey">{{ $t('日期') }}</div> |
| | | <div class="textColor"> |
| | | {{ info.create_time }} |
| | | (UTC+8) |
| | | <!-- (UTC+8) --> |
| | | </div> |
| | | </div> |
| | | <div class="flex justify-between mb74"> |
| | |
| | | width: 100%; |
| | | |
| | | .grid_item { |
| | | width: 25%; |
| | | width: 33%; |
| | | color: $tab-c; |
| | | font-size: 1.6rem; |
| | | |