10.10综合交易所原始源码_移动端
1
admin
2026-01-10 b719b3b66ec4893057df275e3871a6bd0029ac3c
src/views/ipo/index.vue
@@ -35,6 +35,10 @@
        <!-- 抽签记录 -->
        <LotteryRecord v-if="active === 3" />
        <!-- 现股库存 -->
        <SpotStock v-if="active === 4" />
      </van-tab>
    </van-tabs>
  </div>
@@ -51,6 +55,7 @@
import general from './components/general.vue';
import NewStock from './newStock.vue';
import LotteryRecord from './lotteryRecord.vue'
import SpotStock from './spotStock.vue';
import { themeStore } from '@/store/theme';
const thStore = themeStore()
@@ -79,6 +84,7 @@
  { label: '新股认购' },
  { label: '新股库存' },
  { label: '抽签记录' },
  { label: '现股库存' },
  // { label: '递交招股书' },
  // { label: '待上市' },
  // { label: '已上市' },