+
学习数据
+
+ }
+ value={search}
+ onChange={e => setSearch(e.target.value)}
+ allowClear
+ style={{ width: 240 }}
+ />
+
+
,
+ },
+ {
+ key: 'analysis', label: 'AI 分析结果',
+ children:
,
+ },
+ {
+ key: 'ai-usage', label: 'AI 调用日志',
+ children:
,
+ },
+ ]} />
+
+ )
+}