This commit is contained in:
PC-202306242200\Administrator
2024-09-28 09:46:27 +08:00
parent 13ded7520a
commit 0fc787618c
5 changed files with 10 additions and 3 deletions

View File

@@ -157,6 +157,13 @@ const LogTableList: React.FC = () => {
valueType: 'text',
search: false,
},
{
title: '实付金额',
dataIndex: 'realAmount',
valueType: 'text',
search: false,
},
{
title: '订单利润',
dataIndex: 'profit',