copy from rsf-admin/src/page/orderItem/index.jsx
copy to rsf-admin/src/page/locItem/index.jsx
File was copied from rsf-admin/src/page/orderItem/index.jsx |
| | |
| | | ShowGuesser, |
| | | } from "react-admin"; |
| | | |
| | | import OrderItemList from "./OrderItemList"; |
| | | import OrderItemEdit from "./OrderItemEdit"; |
| | | import LocItemList from "./LocItemList"; |
| | | import LocItemEdit from "./LocItemEdit"; |
| | | |
| | | export default { |
| | | list: OrderItemList, |
| | | edit: OrderItemEdit, |
| | | list: LocItemList, |
| | | edit: LocItemEdit, |
| | | show: ShowGuesser, |
| | | recordRepresentation: (record) => { |
| | | return `${record.id}` |