采购单优化

This commit is contained in:
liu
2026-08-12 17:30:46 +08:00
parent ef0d394f4f
commit d4bdabb866
3 changed files with 10 additions and 12 deletions
+2 -2
View File
@@ -260,7 +260,7 @@ const PurchaseOrderPage: React.FC = () => {
render: (_, record) => record.purchase_date,
},
{
title: '预估金额',
title: '预估成本',
dataIndex: 'estimate_amount',
hideInForm: true,
hideInSearch: true,
@@ -268,7 +268,7 @@ const PurchaseOrderPage: React.FC = () => {
render: (_, record) => `¥${record.estimate_amount}`,
},
{
title: '实际金额',
title: '实际成本',
dataIndex: 'actual_amount',
hideInForm: true,
hideInSearch: true,