cl
2 天以前 b3fb3db3341ea98dac914f62dc94e59fe37e6b3f
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}`,
};