From 5689b9a7ba7513307bb319b871f5e1f01876f4d8 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Fri, 28 Jun 2024 10:01:31 +0800
Subject: [PATCH] 去掉永续去掉设置

---
 src/components/perpetual-position-list/index.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/components/perpetual-position-list/index.vue b/src/components/perpetual-position-list/index.vue
index 261c47b..a9c4048 100644
--- a/src/components/perpetual-position-list/index.vue
+++ b/src/components/perpetual-position-list/index.vue
@@ -18,8 +18,7 @@
                             {{ item.direction == 'buy' ? $t('开多') : $t('开空') }}
                         </div>
                         <div class="ml-22 font-31 font-600 ">
-                            <span class="" :class="[isStyle ? 'textColor1 ' : 'textColor']">{{ item.name }} {{ $t('永续')
-                            }}</span>
+                            <span class="" :class="[isStyle ? 'textColor1 ' : 'textColor']">{{ item.name }} </span>
                             <span class="text-grey font-28 font-400 ml-17 mr-17">{{ $t('全仓') }} {{ item.lever_rate
                             }}x</span>
                         </div>
@@ -67,7 +66,7 @@
                     <div class="mt-20 " :class="[isStyle ? 'textColor1 ' : 'textColor']">{{ item.mark_price }}</div>
                 </div>
                 <div class="flex-1 flex flex-col items-center justify-end">
-                    <button class="font-30 border-light-blue  detail-btn colorMain w-145 h-60" @click="clickzyzs(item)">{{$t('设置') }}{{$t('止盈') }}{{$t('止损') }}</button>
+                    <button class="font-30 border-light-blue  detail-btn colorMain w-145 h-60" @click="clickzyzs(item)">{{$t('止盈') }}{{$t('止损') }}</button>
                 </div>
                 <div class="flex-1 flex flex-col items-end justify-end">
                     <button class=" greyBg  border-none pl-34 pr-34 pt-10 pb-10 rounded" @click="onSell(item.order_no)">

--
Gitblit v1.9.3