修复一些错误

This commit is contained in:
liu
2026-08-14 21:28:55 +08:00
parent 398bb98356
commit 228212f8e3
20 changed files with 489 additions and 100 deletions
+10
View File
@@ -110,6 +110,16 @@ const StorePage: React.FC = () => {
</Text>
),
},
{
title: '总采购金额',
dataIndex: 'total_purchase_amount',
hideInForm: true,
hideInSearch: true,
align: 'center',
render: (_, record) => (
<Text strong className={'text-[red]'}>¥{record.total_purchase_amount ?? '0.00'}</Text>
),
},
{
title: '状态',
dataIndex: 'status',