src/views/cryptos/PerpetualContract/orderDetail.vue
@@ -51,13 +51,13 @@ <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>