From 53415d2c1e4145b8c11fdb0596edaabef9fc3d7b Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期五, 21 三月 2025 15:05:51 +0800 Subject: [PATCH] Merge branch 'front' of http://47.97.1.152:5880/r/wms-master into front --- rsf-admin/src/page/basicInfo/locType/LocTypeList.jsx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/rsf-admin/src/page/basicInfo/locType/LocTypeList.jsx b/rsf-admin/src/page/basicInfo/locType/LocTypeList.jsx index 7ce506d..45a4e4d 100644 --- a/rsf-admin/src/page/basicInfo/locType/LocTypeList.jsx +++ b/rsf-admin/src/page/basicInfo/locType/LocTypeList.jsx @@ -116,6 +116,7 @@ <NumberField source="id" /> {/* <TextField source="uuid" label="table.field.locType.uuid" /> */} <TextField source="name" label="table.field.locType.name" /> + <TextField source="code" label="table.field.locType.code" /> <TextField source="regex" label="table.field.locType.regex" /> <ReferenceField source="updateBy" label="common.field.updateBy" reference="user" link={false} sortable={false}> -- Gitblit v1.9.1