公告板
版本库
filestore
活动
搜索
登录
main
/
wms-master
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
chore: ignore local worktrees directory
zhou zhou
7 天以前
fc763d7ab1c49f778193e00fe7d3013c68e5ea08
[wms-master.git]
/
rsf-admin
/
src
/
page
/
system
/
aiCallLog
/
index.jsx
1
2
3
4
5
6
import AiCallLogList from "./AiCallLogList";
export default {
list: AiCallLogList,
recordRepresentation: (record) => `${record?.requestId || ""}`,
};