| | |
| | | export default { |
| | | components: { dataList }, |
| | | mounted() { |
| | | this.active = this.$route.query.type || "IN"; |
| | | this.active = this.$route.query.type || "MAS"; |
| | | }, |
| | | 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("马股"), key: "MAS", name: "MAS" }, |
| | | { title: this.$t("新股"), key: "SGP", name: "SGP" }, |
| | | { title: this.$t("hj261"), key: "DZ", name: "DZ" }, |
| | | ], |
| | | zxtabsList: [{ title: this.$t("印股"), key: "IN", name: "IN" }], |
| | | zxtabsList: [{ title: this.$t("马股"), key: "MAS", name: "MAS" }], |
| | | active: "", |
| | | zxactive: "IN", |
| | | zxactive: "", |
| | | sousuo: "", |
| | | }; |
| | | }, |