|
3 년 전 | |
---|---|---|
.. | ||
images | 3 년 전 | |
index.less | 3 년 전 | |
index.tsx | 3 년 전 | |
readme.md | 3 년 전 | |
typings.d.ts | 3 년 전 |
<MccsRecordList
{...Apis}
/>
title:string,
list?:MccsRecordListType|[], //list数据结构查看typings.d.ts
actionFunc?:(data:historyRecordsItem)=>void, //删除历史版本回调
actionText?:string,
actionNode?:(item?:MccsRecordListItemInnerDetail)=>ReactNode, //记录操作按钮
{
evaluation: 'C',
details: [
{
name: '张三',
fileName: '文件名',
fileUrl: '',
createTime: '2021-05-02 18:27',
recordTypeName: '自查',
historyRecords: [
{
versionName: '当前版本',
name: '麻子',
time: '2021-05-02 18:27',
}
]
},
{
name: '张三',
fileName: '文件名',
fileUrl: '',
createTime: '2021-05-02 18:27',
recordTypeName: '自查',
historyRecords: []
}
]
},