From 4a620b306e2e0ff208dbea260f998ffce8d08e39 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期五, 06 三月 2026 15:46:05 +0800
Subject: [PATCH] #站点区域

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

diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 8ea701e..7db3a65 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -137,6 +137,7 @@
         title: 'Update'
     },
     menu: {
+        basStationArea: 'BasStationArea',
         dashboard: 'Dashboard',
         settings: 'Settings',
         basicInfo: 'BasicInfo',
@@ -228,6 +229,23 @@
     },
     table: {
         field: {
+            basStationArea: {
+                type: "type",
+                stationAreaName: "stationAreaName",
+                inAble: "inAble",
+                outAble: "outAble",
+                useStatus: "useStatus",
+                area: "area",
+                isCrossZone: "isCrossZone",
+                crossZoneArea: "crossZoneArea",
+                isWcs: "isWcs",
+                wcsData: "wcsData",
+                containerType: "containerType",
+                barcode: "barcode",
+                autoTransfer: "autoTransfer",
+                stationAreaId: "stationAreaId",
+                stationAlias: "stationAlias",
+            },
             taskPathTemplateMerge: {
                 templateCode: "templateCode",
                 templateName: "templateName",

--
Gitblit v1.9.1