diff --git a/frontend/src/modules/home/HomeView.vue b/frontend/src/modules/home/HomeView.vue index 4ac96c4..52cda59 100644 --- a/frontend/src/modules/home/HomeView.vue +++ b/frontend/src/modules/home/HomeView.vue @@ -4,13 +4,66 @@

Gemold 模具制造管理系统

智能模具设计与制造一体化平台,从零件分析到模具生成,全流程数字化解决方案

+ +
+
+
+
+ 🪙 铝金属价格 (SHFE) +
+ 数据来源: 上海期货交易所 | 更新于 {{ aluminum.date }} +
+
+
+
+ {{ formatAluminumPrice(aluminum.price) }} + 元/吨 +
+
+ {{ aluminum.change >= 0 ? '▲' : '▼' }} + {{ formatAluminumPrice(Math.abs(aluminum.change)) }} + ({{ aluminum.change_percent >= 0 ? '+' : '' }}{{ aluminum.change_percent }}%) +
+
+
+
+ 开盘价 + {{ formatAluminumPrice(aluminum.open) }} +
+
+ 最高价 + {{ formatAluminumPrice(aluminum.high) }} +
+
+ 最低价 + {{ formatAluminumPrice(aluminum.low) }} +
+
+ 昨收价 + {{ formatAluminumPrice(aluminum.prev_close) }} +
+
+ 7日前 + {{ formatAluminumPrice(aluminum.week_ago_price) }} +
+
+
+
近30日价格走势
+
+ +
+
+
+
+
+
-
+
◈

MoldInsight

智能模具分析引擎,支持 STP/STEP 文件解析、分模设计、CAM 刀路规划

-
+
⊞

进销存管理

产品管理、采购销售、库存管理、财务管理,一站式 ERP 解决方案

@@ -24,12 +77,146 @@
+ +