fix: formatAmount 重复定义

This commit is contained in:
xingyu4j
2025-05-26 17:29:34 +08:00
parent ae7b549879
commit 281a2ebae0
7 changed files with 14 additions and 15 deletions

View File

@@ -118,7 +118,7 @@ export function useGridColumns<T = CrmBusinessApi.Business>(
field: 'totalPrice',
title: '商机金额(元)',
minWidth: 140,
formatter: 'formatAmount',
formatter: 'formatNumber',
},
{
field: 'dealTime',