| | |
| | | import * as Common from '@/utils/common'; |
| | | import { EDIT_MODE } from '@/config/setting'; |
| | | import EditBaseAside from "../components/EditBaseAside"; |
| | | import CustomerTopToolBar from "../components/EditTopToolBar"; |
| | | import CustomerTopToolBar from "../components/EditTopToolBar"; |
| | | import MemoInput from "../components/MemoInput"; |
| | | import StatusSelectInput from "../components/StatusSelectInput"; |
| | | |
| | |
| | | label="table.field.config.uuid" |
| | | source="uuid" |
| | | parse={v => v} |
| | | autoFocus |
| | | disabled |
| | | /> |
| | | <TextInput |
| | | label="table.field.config.name" |