rsf-admin/src/page/basicInfo/companys/index.jsx
File was renamed from rsf-admin/src/page/customer/index.jsx @@ -5,12 +5,12 @@ ShowGuesser, } from "react-admin"; import CustomerList from "./CustomerList"; import CustomerEdit from "./CustomerEdit"; import CompanysList from "./CompanysList"; import CompanysEdit from "./CompanysEdit"; export default { list: CustomerList, edit: CustomerEdit, list: CompanysList, edit: CompanysEdit, show: ShowGuesser, recordRepresentation: (record) => { return `${record.name}`