+ {row.kpiDataMapped?.[`M${mon}`]?.percentVal}%
+ {row.kpiDataMapped?.[`M${mon}`]?.value}
+
+ );
+ };
+ const monthCol = new Array(12).fill(1).map((_, index) => {
+ return {
+ title: `${index + 1}月`,
+ dataIndex: `M${index + 1}Percent`,
+ valueType: 'percent',
+ width: '6.5em',
+ fieldProps: { min: 0, max: 100, style: { width: '4em' } },
+ renderFormItem: ({ dataIndex, ...item }, { record, isEditable ,...e }, form) => {
+ return