@@ -401,7 +401,7 @@
{
width: 120,
prop: 'totalPrice',
- label: '销售总金额',
+ label: '采购总金额',
slot: 'totalPrice',
formatter: (_row, _column, cellValue) => {
return _row.totalPrice + '元';