From b87468f4bc582b638179756cd1ee69f9a0417450 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 06 三月 2025 12:39:41 +0800
Subject: [PATCH] #优化 1. 路由优化

---
 rsf-admin/src/i18n/en.js |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 6d08aaa..052d395 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -387,6 +387,16 @@
                 currValue: "currValue",
                 lastCode: "lastCode",
             },
+            whMat: {
+                matnrCode: "matnrCode",
+                matnrName: "matnrName",
+                matnrGroupId: "matnrGroupId",
+                spec: "spec",
+                color: "color",
+                size: "size",
+                minWeight: "minWeight",
+                maxWeight: "maxWeight",
+            }
         }
     },
     page: {

--
Gitblit v1.9.1