|
|
@ -130,6 +130,7 @@ const index: FunctionComponent<Props> = (props) => {
|
|
|
|
className: styles["td_odd"],
|
|
|
|
className: styles["td_odd"],
|
|
|
|
i18n: item.i18n,
|
|
|
|
i18n: item.i18n,
|
|
|
|
onCell: (record: any) => ({
|
|
|
|
onCell: (record: any) => ({
|
|
|
|
|
|
|
|
className: !_.isEmpty(record[`${item.dataIndex}_feedback`]) && styles["feedbackBg"],
|
|
|
|
onContextMenu: (e: any) => {
|
|
|
|
onContextMenu: (e: any) => {
|
|
|
|
(!item.calcDetail || item.rightClickType) && e.preventDefault();
|
|
|
|
(!item.calcDetail || item.rightClickType) && e.preventDefault();
|
|
|
|
}
|
|
|
|
}
|
|
|
|