From 410baea0e0e5a74350adc5291cf23cb79ad30daa Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 10 Jul 2025 14:36:06 +0800
Subject: [PATCH] 11
---
src/page/user/Warehouse.vue | 12 ++++--------
1 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/src/page/user/Warehouse.vue b/src/page/user/Warehouse.vue
index 1fabdb3..89bd76f 100644
--- a/src/page/user/Warehouse.vue
+++ b/src/page/user/Warehouse.vue
@@ -61,12 +61,12 @@
// },
{
title: this.$t("ydgs"),
- assname: this.$t("印股总资产"),
+ assname: this.$t("日股总资产"),
name: "2",
bgc: "rgb(12, 175, 226)",
- laber: "IN",
- symbolCode: "INR",
- symbol: "₹",
+ laber: "JP",
+ symbolCode: "JPY",
+ symbol: "¥",
},
// {
// title: this.$t("马来西亚"),
@@ -123,21 +123,17 @@
});
let obj = arr.filter((item) => item.name == this.active)[0];
this.activeObj = obj;
- console.log(obj, "0000000", this.tabsArr);
this.tabsArr = arr;
this.$forceUpdate(); // 强制Vue重新渲染
}
},
onClick(e) {
- console.log(e, "====");
this.active = e.name;
this.activeObj = e;
this.getMoneys();
if (e.name !== "1") {
this.$refs.dataListref.getList(e.laber);
}
-
- // console.log(e);
},
},
};
--
Gitblit v1.9.3