You need to prevent different data source column names from being the same
const column: ProColumns<DataType> = { title: item, dataIndex: item, key: source + '-' + item, // this line valueType: 'text', width: 150, fixed: 'left' };