关系类型列

This commit is contained in:
zhx 2026-05-23 21:28:01 +08:00
parent 2ff4c11f0a
commit 854048d6e8

View File

@ -69,7 +69,12 @@ const columns: any[] = [
title: '金额',
width: 120,
},
{ dataIndex: 'relationType', key: 'relationType', title: '关系类型', width: 120 },
{
dataIndex: 'relationType',
key: 'relationType',
title: '关系类型',
width: 120,
},
{ dataIndex: 'status', key: 'status', title: '状态', width: 120 },
{ dataIndex: 'time', key: 'time', title: '时间', width: 220 },
];