From f15ad3456b47e43646234b9c91c3ddd77ab2cd02 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Wed, 05 Jun 2024 10:05:13 +0800
Subject: [PATCH] 123
---
src/page/list/tradingList/tabs.vue | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/src/page/list/tradingList/tabs.vue b/src/page/list/tradingList/tabs.vue
index a3f4047..c066057 100644
--- a/src/page/list/tradingList/tabs.vue
+++ b/src/page/list/tradingList/tabs.vue
@@ -53,17 +53,21 @@
{ 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" },
+ { title: this.$t("日股"), key: "JP", name: "JP" }
],
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" },
+ { title: this.$t("日股"), key: "JP", name: "JP" }
],
active: "MAS",
zxactive: "MAS",
--
Gitblit v1.9.3