dcc
2024-07-18 cd8f893536de2effea165aa7119bdc8d976eee28
src/page/list/tradingList/tabs.vue
@@ -44,18 +44,18 @@
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: "",
    };
  },