| | |
| | | export default { |
| | | components: { dataList }, |
| | | mounted() { |
| | | this.active = this.$route.query.type || "IN"; |
| | | this.active = this.$route.query.type || "US"; |
| | | }, |
| | | data() { |
| | | return { |
| | | tabsList: [ |
| | | { title: this.$t("hj61"), key: "" }, |
| | | { title: this.$t("印股"), key: "IN", name: "IN" }, |
| | | { title: this.$t("美股"), key: "US", name: "US" }, |
| | | { title: this.$t("hj621"), key: "DZ", name: "DZ" }, |
| | | ], |
| | | zxtabsList: [{ title: this.$t("印股"), key: "IN", name: "IN" }], |
| | | zxtabsList: [{ title: this.$t("美股"), key: "US", name: "US" }], |
| | | active: "", |
| | | zxactive: "IN", |
| | | zxactive: "US", |
| | | sousuo: "", |
| | | }; |
| | | }, |