From 916757dbb9d08ef2875fd3a8bd7a16ebe6d8f97c Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Tue, 24 Jun 2025 20:13:07 +0800
Subject: [PATCH] feat
---
src/components/perpetual-position-list/index.vue | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/src/components/perpetual-position-list/index.vue b/src/components/perpetual-position-list/index.vue
index 21b42e9..c715a8f 100644
--- a/src/components/perpetual-position-list/index.vue
+++ b/src/components/perpetual-position-list/index.vue
@@ -28,8 +28,9 @@
>{{ item.name }} {{ $t("永续") }}</span
>
<span class="text-grey font-28 font-400 ml-17 mr-17"
- >{{ $t("全仓") }} {{ item.lever_rate }}x</span
- >
+ >{{ $t("全仓") }}
+ <!-- {{ item.lever_rate }}x -->
+ </span>
</div>
<img
v-if="item.direction == 'buy'"
@@ -82,9 +83,7 @@
<div class="flex-1 text-left">
<div class="text-grey">{{ $t("持仓数量") }}</div>
<div class="mt-20" :class="[isStyle ? 'textColor1 ' : 'textColor']">
- {{ item.volume / (item.lever_rate ? item.lever_rate : 1) }}*{{
- item.lever_rate ? item.lever_rate : 1
- }}x
+ {{ item.amount }}
</div>
</div>
<div class="flex-1 text-left">
@@ -93,7 +92,7 @@
{{ item.deposit }}
</div>
</div>
- <div class="flex-2 flex flex-col text-center justify-end">
+ <!-- <div class="flex-2 flex flex-col text-center justify-end">
<div
class="font-25 border-light-blue detail-btn colorMain"
@click.stop="clickzyzs(item)"
@@ -101,7 +100,7 @@
>
{{ $t("止盈") }}{{ $t("止损") }}
</div>
- </div>
+ </div> -->
</div>
<div class="flex pb-32">
<div class="flex-1 flex flex-col text-left">
--
Gitblit v1.9.3