|
|
@ -93,6 +93,10 @@ const AssetsRecords = () => { |
|
|
|
title: '描述', |
|
|
|
dataIndex: 'describe', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '金额', |
|
|
|
dataIndex: 'amount' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '剩余', |
|
|
|
dataIndex: 'balance', |
|
|
@ -100,6 +104,10 @@ const AssetsRecords = () => { |
|
|
|
<span>${val}</span> |
|
|
|
) |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '状态', |
|
|
|
dataIndex: 'status' |
|
|
|
}, |
|
|
|
]} |
|
|
|
/> |
|
|
|
</div> |
|
|
@ -127,6 +135,10 @@ const AssetsRecords = () => { |
|
|
|
title: '描述', |
|
|
|
dataIndex: 'describe', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '金额', |
|
|
|
dataIndex: 'amount' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '剩余', |
|
|
|
dataIndex: 'balance', |
|
|
@ -134,6 +146,10 @@ const AssetsRecords = () => { |
|
|
|
<span>${val}</span> |
|
|
|
) |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '状态', |
|
|
|
dataIndex: 'status' |
|
|
|
}, |
|
|
|
]} |
|
|
|
/> |
|
|
|
</div> |
|
|
@ -161,6 +177,10 @@ const AssetsRecords = () => { |
|
|
|
title: '描述', |
|
|
|
dataIndex: 'describe', |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '金额', |
|
|
|
dataIndex: 'amount' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '剩余', |
|
|
|
dataIndex: 'balance', |
|
|
@ -168,6 +188,10 @@ const AssetsRecords = () => { |
|
|
|
<span>${val}</span> |
|
|
|
) |
|
|
|
}, |
|
|
|
{ |
|
|
|
title: '状态', |
|
|
|
dataIndex: 'status' |
|
|
|
}, |
|
|
|
]} |
|
|
|
/> |
|
|
|
</div> |
|
|
@ -185,7 +209,7 @@ const AssetsRecords = () => { |
|
|
|
} |
|
|
|
} |
|
|
|
}}> |
|
|
|
<Tabs defaultActiveKey='1' tabPosition="top" items={[ |
|
|
|
<Tabs defaultActiveKey='1' tabPosition="top" items={[ |
|
|
|
{ |
|
|
|
key: '1', |
|
|
|
label: '资金账户记录', |
|
|
|