fix: mall

This commit is contained in:
xingyu4j
2025-10-22 18:17:21 +08:00
parent 1f64551a3e
commit 1db4c4170b
4 changed files with 51 additions and 53 deletions

View File

@@ -108,7 +108,7 @@ const gridColumns = computed<VxeGridProps['columns']>(() => {
field: 'marketPrice',
title: '原价',
minWidth: 100,
formatter: 'formatAmount',
formatter: 'formatAmount2',
},
{
field: 'status',