yangyang
2025-03-21 632bb5a9a0f07c01ffba53e9009d69c4a50c2bd7
rsf-admin/src/page/basicInfo/locType/LocTypeEdit.jsx
@@ -80,6 +80,13 @@
                        </Stack>
                        <Stack direction='row' gap={2}>
                            <TextInput
                                label="table.field.locType.code"
                                source="code"
                                parse={v => v}
                            />
                        </Stack>
                        <Stack direction='row' gap={2}>
                            <TextInput
                                label="table.field.locType.regex"
                                source="regex"
                                parse={v => v}