feat:【antd】【crm】优化整体的 allowClear

This commit is contained in:
YunaiV
2025-09-30 14:56:55 +08:00
parent 2d5f24c626
commit 0d07db46f0
8 changed files with 34 additions and 38 deletions

View File

@@ -352,7 +352,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
title: '距离进入公海天数',
minWidth: 140,
formatter: ({ cellValue }) =>
cellValue == null ? '-' : `${cellValue}`,
cellValue === null ? '-' : `${cellValue}`,
},
{
field: 'ownerUserName',