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

2
dist/index.html vendored
View File

@@ -8,6 +8,6 @@
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
<script src="/umi.9edf4104.js"></script> <script src="/umi.440f4d67.js"></script>
</body></html> </body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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