feat:【antd】【crm】优化整体的 allowClear
This commit is contained in:
@@ -352,7 +352,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
|
||||
title: '距离进入公海天数',
|
||||
minWidth: 140,
|
||||
formatter: ({ cellValue }) =>
|
||||
cellValue == null ? '-' : `${cellValue} 天`,
|
||||
cellValue === null ? '-' : `${cellValue} 天`,
|
||||
},
|
||||
{
|
||||
field: 'ownerUserName',
|
||||
|
||||
Reference in New Issue
Block a user