skyouc
2025-05-24 e26e6f4f980ea23b7b7bce6af3c1ea1b62285e7d
rsf-admin/src/page/basicInfo/locType/LocTypeCreate.jsx
@@ -101,6 +101,13 @@
                                </Grid>
                                <Grid item xs={6} display="flex" gap={1}>
                                    <TextInput
                                        label="table.field.locType.code"
                                        source="code"
                                        parse={v => v}
                                    />
                                </Grid>
                                <Grid item xs={6} display="flex" gap={1}>
                                    <TextInput
                                        label="table.field.locType.regex"
                                        source="regex"
                                        parse={v => v}