1
李凌
2025-09-19 e1e51991ad91c14fa00c5cf46f95e514f676ac4d
src/components/Transform/trade-order-area/index.vue
@@ -27,10 +27,10 @@
      <span>{{ title }}</span>
    </div>
    <template  v-if="initClose.status / 1 === 0">
    <!-- <template  v-if="initClose.status / 1 === 0">
      <div class="flex justify-center items-center h-66 buy-item">{{ $t('停牌中,禁止交易') }}</div>
    </template>
    <template v-else>
    </template> -->
    <!-- <template v-else> -->
      <div class="flex total-list">
        <div class="total-div" :class="[!isTotal ? 'active-bg' : '']" @click="checkIsTotal(false)">
          {{ $t('数量') }}
@@ -76,7 +76,7 @@
        :class="currentType === 'open' ? 'bg-green' : 'bg-red'" @click="order()">
        {{ currentType == 'open' ? $t('买入') : $t('卖出') }}
      </div>
    </template>
    <!-- </template> -->
  </div>
</template>