From 55c38f0795abdf60f871ea484559f221f7b27454 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Fri, 7 Jun 2024 09:46:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=88=E7=BA=A6=E7=9A=84in?= =?UTF-8?q?put=E6=A1=86=E7=A6=81=E6=AD=A2=E6=98=BE=E7=A4=BA=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E5=99=A8=E7=9A=84=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/contract/exchange-store.vue | 12 +++++++++++- src/views/exchange/make-deal.vue | 18 +++++++++--------- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/src/views/contract/exchange-store.vue b/src/views/contract/exchange-store.vue index cdf9479..84bd97a 100644 --- a/src/views/contract/exchange-store.vue +++ b/src/views/contract/exchange-store.vue @@ -71,6 +71,7 @@ v-model="buyform.entrust_price" class="form-control" placeholder="" + title="" />
USDT @@ -83,6 +84,7 @@ :value="$t('contract.d9')" class="form-control" :placeholder="$t('contract.d9')" + title="" />
@@ -99,6 +101,7 @@ class="form-control" v-model="marginBuy" :placeholder="tips" + title="" />
- +
{{ $t("contact.Profit&Loss") }}
@@ -194,6 +199,7 @@ v-model="sellform.entrust_price" class="form-control" placeholder="" + title="" />
USDT @@ -206,6 +212,7 @@ :value="$t('contract.d9')" class="form-control" :placeholder="$t('contract.d9')" + title="" />
@@ -222,6 +229,7 @@ class="form-control" v-model="marginSell" :placeholder="tips" + title="" /> - +