1
李凌
2026-01-21 09cd59e111da050db1e26621a231c7e2eb7a415b
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>