1
李凌
2026-01-20 7e55ca7470a21a93402c4c8e410eeef7c7d1da0c
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>