From f1dc8f5a7f3a661ce19513a9ad47fe18e3e883ff Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 12 Aug 2024 11:47:14 +0800
Subject: [PATCH] 1

---
 src/components/spot/SpotPosition/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/spot/SpotPosition/index.vue b/src/components/spot/SpotPosition/index.vue
index f6fa50d..a896493 100644
--- a/src/components/spot/SpotPosition/index.vue
+++ b/src/components/spot/SpotPosition/index.vue
@@ -100,7 +100,7 @@
       tabs: [
         { name: this.$t("message.home.dangqianweituo"), value: "orders" },
         { name: this.$t("message.home.lishiweituo"), value: "hisorders" },
-        { name: this.$t("message.home.lishichengjiao"), value: "hisorders" },
+        { name: this.$t("message.home.lishichengjiao"), value: "opponent" },
         { name: this.$t("message.home.zichanguanli"), value: "pairs" },
       ],
       tabIndex: 0,
@@ -186,16 +186,16 @@
       let obj = {
         page_no: this.pageNum,
         type: this.orderType,
-        symbolType: this.paramsType,
+        // symbolType: this.paramsType,
         symbol: this.$route.params.id,
       };
       // 历史委托, 限价
       if (this.tabIndex == 1) {
-        obj.orderPriceType = "limit";
+        // obj.orderPriceType = "limit";
       }
       //历史成交
       if (this.tabIndex == 2) {
-        obj.orderPriceType = "opponent";
+        // obj.orderPriceType = "opponent";
       }
 
       if (this.tabIndex == 1 || this.tabIndex == 2) {

--
Gitblit v1.9.3