From d99a433c0d0e433e5cd8d216562a3fba5bd3fdd6 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期四, 22 一月 2026 08:30:40 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/devlop-phyz' into devlop-phyz

---
 rsf-admin/src/page/basicInfo/basStation/BasStationEdit.jsx |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/rsf-admin/src/page/basicInfo/basStation/BasStationEdit.jsx b/rsf-admin/src/page/basicInfo/basStation/BasStationEdit.jsx
index 973ee19..b50f57c 100644
--- a/rsf-admin/src/page/basicInfo/basStation/BasStationEdit.jsx
+++ b/rsf-admin/src/page/basicInfo/basStation/BasStationEdit.jsx
@@ -74,6 +74,24 @@
                                 autoFocus
                             />
                         </Stack>
+                        <Stack direction='row' gap={2}>
+                            <TextInput
+                                label="table.field.basStation.stationId"
+                                source="stationId"
+                                parse={v => v}
+                                autoFocus
+                            />
+                        </Stack>
+                        <Stack direction='row' gap={2}>
+                            <SelectInput
+                                label="table.field.basStation.type"
+                                source="type"
+                                choices={[
+                                    { id: 0, name: '鍏夌數' },
+                                    { id: 1, name: '鏃犲厜鐢�' },
+                                ]}
+                            />
+                        </Stack>
                         <Stack direction='row' gap={2}>                            
                             <SelectInput
                                     label="table.field.basStation.inAble"

--
Gitblit v1.9.1