From c55af1ea5bd790dec3b5e99d7a8073e86c1b09aa Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 22 Aug 2024 15:00:02 +0800
Subject: [PATCH] 新增:荷兰 西班牙 瑞典语
---
src/components/perpetual-position-list/index.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/components/perpetual-position-list/index.vue b/src/components/perpetual-position-list/index.vue
index 70cd633..0557e2c 100644
--- a/src/components/perpetual-position-list/index.vue
+++ b/src/components/perpetual-position-list/index.vue
@@ -39,6 +39,10 @@
$t('设置') }}{{
$t('止盈') }}{{$t('止损') }}</button>
</div> -->
+ <div class="flex-1">
+ <div class="text-grey">{{ $t('强平价格') }}</div>
+ <div class="mt-20" :class="[isStyle ? 'textColor1 ' : 'textColor']">{{ item.qiangPing}}</div>
+ </div>
<div>
<div class="text-grey">ROE</div>
<div class="mt-20" :class="item.change_ratio / 1 > 0 ? 'text-green' : 'text-red'">{{ item.change_ratio
--
Gitblit v1.9.3