| | |
| | | { id: "INTERNAL", name: "内部" }, |
| | | ]} |
| | | />, |
| | | <SelectInput |
| | | source="ioDirection" |
| | | label="table.field.httpAuditLog.ioDirection" |
| | | choices={[ |
| | | { id: "IN", name: "IN" }, |
| | | { id: "OUT", name: "OUT" }, |
| | | ]} |
| | | />, |
| | | <TextInput source="functionDesc" label="table.field.httpAuditLog.functionDesc" />, |
| | | <TextInput source="method" label="table.field.httpAuditLog.method" />, |
| | | ]; |
| | |
| | | <TextField source="serviceName" label="table.field.httpAuditLog.serviceName" /> |
| | | <TextField source="scopeType" label="table.field.httpAuditLog.scopeType" /> |
| | | <TextField source="uri" label="table.field.httpAuditLog.uri" /> |
| | | <TextField source="ioDirection" label="table.field.httpAuditLog.ioDirection" /> |
| | | <TextField source="method" label="table.field.httpAuditLog.method" /> |
| | | <TextField source="functionDesc" label="table.field.httpAuditLog.functionDesc" /> |
| | | <TextField source="clientIp" label="table.field.httpAuditLog.clientIp" /> |