@@ -9,8 +9,9 @@ export function getClosedStatisticsColumns(): BasicColumn[] {
return [
{
title: '序号',
- dataIndex: 'code',
+ // dataIndex: 'code',
align: 'center',
+ customRender: ({ index }: { index: number }) => `${index + 1}`,
},
title: '区域',