关系类型列
This commit is contained in:
parent
2ff4c11f0a
commit
854048d6e8
@ -69,7 +69,12 @@ const columns: any[] = [
|
|||||||
title: '金额',
|
title: '金额',
|
||||||
width: 120,
|
width: 120,
|
||||||
},
|
},
|
||||||
{ dataIndex: 'relationType', key: 'relationType', title: '关系类型', width: 120 },
|
{
|
||||||
|
dataIndex: 'relationType',
|
||||||
|
key: 'relationType',
|
||||||
|
title: '关系类型',
|
||||||
|
width: 120,
|
||||||
|
},
|
||||||
{ dataIndex: 'status', key: 'status', title: '状态', width: 120 },
|
{ dataIndex: 'status', key: 'status', title: '状态', width: 120 },
|
||||||
{ dataIndex: 'time', key: 'time', title: '时间', width: 220 },
|
{ dataIndex: 'time', key: 'time', title: '时间', width: 220 },
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user