From c440d16b624b7effa7953ce19816fc9ea6cccf42 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 05 三月 2025 10:05:16 +0800 Subject: [PATCH] # --- rsf-admin/src/page/loc/LocList.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/rsf-admin/src/page/loc/LocList.jsx b/rsf-admin/src/page/loc/LocList.jsx index cb58548..1392d7d 100644 --- a/rsf-admin/src/page/loc/LocList.jsx +++ b/rsf-admin/src/page/loc/LocList.jsx @@ -134,7 +134,7 @@ omit={['id', 'createTime', 'createBy', 'memo']} > <NumberField source="id" /> - <NumberField source="warehouseId$" label="table.field.loc.warehouseId" />, + <NumberField source="warehouseId$" label="table.field.loc.warehouseId" /> <NumberField source="areaId$" label="table.field.loc.areaId" /> <TextField source="code" label="table.field.loc.code" /> <TextField source="type" label="table.field.loc.type" /> -- Gitblit v1.9.1