skyouc
2025-06-07 d7ba7177035a5ae1e616794c42b40843d5451a9d
rsf-admin/src/page/basicInfo/locType/LocTypeEdit.jsx
@@ -49,6 +49,7 @@
            mutationMode={EDIT_MODE}
            actions={<CustomerTopToolBar />}
            aside={<EditBaseAside />}
            title={"menu.locType"}
        >
            <SimpleForm
                shouldUnregister
@@ -80,6 +81,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}