whycq
2025-02-24 37e8e06c8d13146e62ef08d018d86443b9f42f00
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}`