|
|
@@ -246,7 +246,9 @@ const Usage = () => {
|
|
|
<>
|
|
|
<Table.Summary.Row>
|
|
|
<Table.Summary.Cell className="text-center">小计</Table.Summary.Cell>
|
|
|
- <Table.Summary.Cell className="text-center">{state.create}</Table.Summary.Cell>
|
|
|
+ <Table.Summary.Cell className="text-center">
|
|
|
+ {state.sum?.createCount ? state.sum?.createCount + state.sum?.receiveCount : '-'}
|
|
|
+ </Table.Summary.Cell>
|
|
|
<Table.Summary.Cell className="text-center">
|
|
|
{state.sum?.receiveCount}
|
|
|
</Table.Summary.Cell>
|