@@ -178,7 +178,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
dataIndex: `costCount`,
key: `costCount`,
align: 'center',
- width: 85,
+ width: 95,
className: 'costCount',
render: (a: any) => {
return <Statistic value={a ? a : '--'} />