From bb69d7a4bdfbb90cde19b3d828f490ab10f2bb43 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期一, 02 二月 2026 15:44:33 +0800
Subject: [PATCH] 库区增加序号

---
 rsf-admin/src/page/basicInfo/basStation/BasStationList.jsx |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/rsf-admin/src/page/basicInfo/basStation/BasStationList.jsx b/rsf-admin/src/page/basicInfo/basStation/BasStationList.jsx
index 7b02a1f..02ecb3c 100644
--- a/rsf-admin/src/page/basicInfo/basStation/BasStationList.jsx
+++ b/rsf-admin/src/page/basicInfo/basStation/BasStationList.jsx
@@ -68,6 +68,7 @@
     <DateInput label='common.time.before' source="timeEnd" />,
 
     <TextInput source="stationName" label="table.field.basStation.stationName" alwaysOn />,
+    <TextInput source="stationId" label="table.field.basStation.stationId" alwaysOn />,
     <NumberInput source="inAble" label="table.field.basStation.inAble" />,
     <NumberInput source="outAble" label="table.field.basStation.outAble" />,
     <TextInput source="useStatus" label="table.field.basStation.useStatus" />,
@@ -132,8 +133,14 @@
                     omit={['id', 'createTime', 'createBy', 'memo', 'updateBy', 'autoTransfer']}
                 >
                     <NumberField source="id" />
-                    <TextField source="type$" label="table.field.basStation.type" />
+                    {/* <TextField source="type$" label="table.field.basStation.type" /> */}
+                    <FunctionField
+                        source="type"
+                        label="table.field.basStation.type"
+                        render={record => record.type === 1 ? '鏅�氱珯鐐�' : '鏅鸿兘绔欑偣'}
+                    />
                     <TextField source="stationName" label="table.field.basStation.stationName" />
+                    <TextField source="stationId" label="table.field.basStation.stationId" />
                     <TextField source="useStatus$" label="table.field.basStation.useStatus" />
                     <TextField source="barcode" label="table.field.basStation.barcode" />
                     <FunctionField

--
Gitblit v1.9.1