1
jhzh
2026-02-27 5dfb843c29fdcc1693961b70a36ddee3fea85a4a
src/page/user/Warehouse.vue
@@ -61,12 +61,12 @@
        // },
        {
          title: this.$t("ydgs"),
          assname: this.$t("印股总资产"),
          assname: this.$t("日股总资产"),
          name: "2",
          bgc: "rgb(12, 175, 226)",
          laber: "IN",
          symbolCode: "INR",
          symbol: "₹",
          laber: "JP",
          symbolCode: "JPY",
          symbol: "円",
        },
        // {
        //   title: this.$t("马来西亚"),
@@ -123,21 +123,17 @@
        });
        let obj = arr.filter((item) => item.name == this.active)[0];
        this.activeObj = obj;
        console.log(obj, "0000000", this.tabsArr);
        this.tabsArr = arr;
        this.$forceUpdate(); // 强制Vue重新渲染
      }
    },
    onClick(e) {
      console.log(e, "====");
      this.active = e.name;
      this.activeObj = e;
      this.getMoneys();
      if (e.name !== "1") {
        this.$refs.dataListref.getList(e.laber);
      }
      // console.log(e);
    },
  },
};
@@ -148,7 +144,7 @@
  overflow: hidden;
  min-height: 100vh;
  // padding: 0 0.4rem 0.4rem;
  background-color: #fff;
  background-color: #F8FAF9;
  padding-bottom: 100px;
}
.tabs-box {