| | |
| | | symbolCode: "USD", |
| | | symbol: "$", |
| | | }, |
| | | // { |
| | | // title: this.$t("ydgs"), |
| | | // assname: this.$t("印股总资产"), |
| | | // name: "3", |
| | | // bgc: "rgb(255, 91, 150)", |
| | | // laber: "IN", |
| | | // symbolCode: "USD", |
| | | // symbol: "$", |
| | | // }, |
| | | { |
| | | title: this.$t("马来西亚"), |
| | | assname: this.$t("馬股总资产"), |
| | |
| | | laber: "MAS", |
| | | symbolCode: "MYR", |
| | | symbol: "RM", |
| | | }, |
| | | { |
| | | title: this.$t("港股"), |
| | | assname: this.$t("港股总资产"), |
| | | name: "5", |
| | | bgc: "rgb(255 91 230)", |
| | | laber: "HK", |
| | | symbolCode: "HKD", |
| | | symbol: "HK$", |
| | | }, |
| | | ], |
| | | getMoneyList: [], |
| | |
| | | }); |
| | | let obj = arr.filter((item) => item.name == this.active)[0]; |
| | | this.activeObj = obj; |
| | | console.log(obj, "0000000", res.data); |
| | | console.log(obj, "0000000", this.tabsArr); |
| | | this.tabsArr = arr; |
| | | this.$forceUpdate(); // 强制Vue重新渲染 |
| | | } |