cl
8 小时以前 c4bba32b20f0869b45ed14be04543869dd91ee6c
rsf-admin/src/page/system/httpAuditLog/HttpAuditLogList.jsx
@@ -36,6 +36,14 @@
            { 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" />,
];
@@ -58,6 +66,7 @@
            <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" />