交易所前端蓝色ui, 4.5 jiem
lxf
2025-04-18 66a33e936d39ec4db7fdffed5d646e044ccc43e9
src/components/perpetual-order/index.vue
@@ -41,10 +41,10 @@
            <!-- 交割-->
            <template v-else>
                <div v-if="type == '3'">
                    <futrue-hold-list :price="price" :list-data="futrueHold" />
                    <futrue-hold-list :price="price" :symbol="symbol" :list-data="futrueHold" />
                </div>
                <div v-if="type == '4'">
                    <futrue-histroy-position :list-data="futrueHistroy" />
                    <futrue-histroy-position  :list-data="futrueHistroy" />
                </div>
            </template>
        </div>