cl
7 天以前 32a7318c27cb984cc21776be4d49e72d80d4b0a9
1
2
3
4
5
6
7
8
import HttpAuditLogList from "./HttpAuditLogList";
import HttpAuditLogShow from "./HttpAuditLogShow";
 
export default {
    list: HttpAuditLogList,
    show: HttpAuditLogShow,
    recordRepresentation: (record) => `${record.uri || record.id}`,
};