1
jhzh
2024-09-02 04cd652e2aab05ff5a6cde1c3a6e0a18f4d6bf1c
src/page/user/Warehouse.vue
@@ -54,8 +54,8 @@
  components: { card, itemCard, dataList },
  data() {
    return {
      actives: "2",
      active: "2",
      actives: "1",
      active: "1",
      activeObj: {},
      tabsArr: [
        // {
@@ -66,24 +66,24 @@
        //   symbolCode: "USD",
        //   symbol: "$",
        // },
        {
          title: this.$t("ydgs"),
          assname: this.$t("印股总资产"),
          name: "2",
          bgc: "rgb(12, 175, 226)",
          laber: "IN",
          symbolCode: "INR",
          symbol: "₹",
        },
        // {
        //   title: this.$t("马来西亚"),
        //   assname: this.$t("馬股总资产"),
        //   name: "4",
        //   bgc: "rgb(163, 91, 255)",
        //   laber: "MAS",
        //   symbolCode: "MYR",
        //   symbol: "RM",
        //   title: this.$t("ydgs"),
        //   assname: this.$t("印股总资产"),
        //   name: "2",
        //   bgc: "rgb(12, 175, 226)",
        //   laber: "IN",
        //   symbolCode: "INR",
        //   symbol: "₹",
        // },
        {
          title: this.$t("马来西亚"),
          assname: this.$t("馬股总资产"),
          name: "4",
          bgc: "rgb(163, 91, 255)",
          laber: "MAS",
          symbolCode: "MYR",
          symbol: "RM",
        },
        // {
        //   title: this.$t("港股"),
        //   assname: this.$t("港股总资产"),
@@ -94,14 +94,23 @@
        //   symbol: "HK$",
        // },
        {
          title: this.$t("美股"),
          assname: this.$t("美股总资产"),
          title: this.$t("hj3"),
          assname: this.$t("新股总资产"),
          name: "3",
            bgc: "rgb(255 91 230)",
          laber: "US",
          symbolCode: "USD",
          laber: "SGP",
          symbolCode: "SGD",
          symbol: "$",
        },
        // {
        //   title: this.$t("美股"),
        //   assname: this.$t("美股总资产"),
        //   name: "3",
        //     bgc: "rgb(255 91 230)",
        //   laber: "US",
        //   symbolCode: "USD",
        //   symbol: "$",
        // },
      ],
      getMoneyList: [],
    };