From e8b9f823dd93329eed3e9dc9a2964ac53734f4ee Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Thu, 23 May 2024 14:57:26 +0800
Subject: [PATCH] 部门要增加印股

---
 src/page/user/Warehouse.vue |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/src/page/user/Warehouse.vue b/src/page/user/Warehouse.vue
index 7811cf7..bd8c040 100644
--- a/src/page/user/Warehouse.vue
+++ b/src/page/user/Warehouse.vue
@@ -86,6 +86,24 @@
           symbolCode: "HKD",
           symbol: "HK$",
         },
+        {
+          title: this.$t("yg"),
+          assname: this.$t("印股总资产"),
+          name: "6",
+          bgc: "rgb(255 91 180)",
+          laber: "IN",
+          symbolCode: "IND",
+          symbol: "₹",
+        },
+        {
+          title: this.$t("日股"),
+          assname: this.$t("日股总资产"),
+          name: "7",
+          bgc: "rgb(255 91 100)",
+          laber: "JP",
+          symbolCode: "JPN",
+          symbol: "¥",
+        },
       ],
       getMoneyList: [],
     };
@@ -123,8 +141,10 @@
         });
         let obj = arr.filter((item) => item.name == this.active)[0];
         this.activeObj = obj;
+        console.log(this.activeObj,'obj')
         console.log(obj, "0000000", this.tabsArr);
         this.tabsArr = arr;
+        console.log(this.tabsArr,'arr')
         this.$forceUpdate(); // 强制Vue重新渲染
       }
     },

--
Gitblit v1.9.3