1
李凌
2026-01-20 9a9d832dbd364557e070abcd9a7779a2c6c07ffb
src/views/cryptos/PerpetualContract/orderDetail.vue
@@ -21,11 +21,11 @@
        </div>
        <div class="flex justify-between cell-item">
          <div class="text-grey">{{ $t('开仓金额') }}</div>
          <div class="textColor">{{ detail.amount_open }}</div>
          <div class="textColor">{{ detail.deposit_open }}</div>
        </div>
        <div class="flex justify-between cell-item">
          <div class="text-grey">{{ $t('可平金额') }}</div>
          <div class="textColor">{{ detail.amount }}</div>
          <div class="textColor">{{ detail.deposit }}</div>
        </div>
        <!-- <div class="flex justify-between cell-item">
          <div class="text-grey">{{ $t('保证金') }}</div>