1
jhzh
2024-08-12 f1dc8f5a7f3a661ce19513a9ad47fe18e3e883ff
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) {