From c4bba32b20f0869b45ed14be04543869dd91ee6c Mon Sep 17 00:00:00 2001
From: cl <1442464845@qq.com>
Date: 星期四, 09 四月 2026 18:38:44 +0800
Subject: [PATCH] 日志1

---
 rsf-admin/src/page/system/httpAuditLog/HttpAuditLogList.jsx |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/rsf-admin/src/page/system/httpAuditLog/HttpAuditLogList.jsx b/rsf-admin/src/page/system/httpAuditLog/HttpAuditLogList.jsx
index 58fe66d..5093322 100644
--- a/rsf-admin/src/page/system/httpAuditLog/HttpAuditLogList.jsx
+++ b/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" />

--
Gitblit v1.9.1