79836455

Date: 2025-12-03 02:08:38
Score: 1
Natty:
Report link

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' 
};
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: 李德胜