From 042ab9539dca1f431d71d62ac83e9d9a5abe9352 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Fri, 17 May 2024 18:36:30 +0800
Subject: [PATCH] 增加印度股票以及印度股票账户,打开大宗交易已经新股页面 这里都放出来,增加贷款
---
src/page/list/tradingList/tabs.vue | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/page/list/tradingList/tabs.vue b/src/page/list/tradingList/tabs.vue
index 03c6638..3e90ef0 100644
--- a/src/page/list/tradingList/tabs.vue
+++ b/src/page/list/tradingList/tabs.vue
@@ -53,17 +53,19 @@
{ title: this.$t("hj61"), key: "" },
// { title: this.$t("hj61"), key: "" },
// { title: this.$t("数字货币"), key: "1", name: "SZHB" },
- // { title: this.$t("马股"), key: "MAS", name: "MAS" },
+ { title: this.$t("hj261"), key: "DZ", name: "DZ" },
+ { title: this.$t("马股"), key: "MAS", name: "MAS" },
{ title: this.$t("美股"), key: "US", name: "US" },
+ { title: this.$t("港股"), key: "HK", name: "HK" },
{ title: this.$t("yg"), key: "IN", name: "IN" },
- // { title: this.$t("港股"), key: "HK", name: "HK" },
],
zxtabsList: [
// { title: this.$t("数字货币"), key: "1", name: "SZHB" },
- // { title: this.$t("马股"), key: "MAS", name: "MAS" },
+ { title: this.$t("hj261"), key: "DZ", name: "DZ" },
+ { title: this.$t("马股"), key: "MAS", name: "MAS" },
{ title: this.$t("美股"), key: "US", name: "US" },
+ { title: this.$t("港股"), key: "HK", name: "HK" },
{ title: this.$t("yg"), key: "IN", name: "IN" },
- // { title: this.$t("港股"), key: "HK", name: "HK" },
],
active: "MAS",
zxactive: "MAS",
@@ -72,7 +74,6 @@
},
methods: {
change(e, type) {
- console.log(e, type)
this[type] = e;
},
},
--
Gitblit v1.9.3