#
luxiaotao1123
2024-09-24 ffe12f98e20ab6cccca164a2d0ce9b266f40c0ac
zy-acs-flow/src/page/operationRecord/rowSx.jsx
@@ -7,7 +7,7 @@
    if (!record) {
        return style;
    }
    if (selectedRow && selectedRow === record.id) {
    if (selectedRow && selectedRow.id === record.id) {
        style = {
            ...style,
            backgroundColor: 'action.selected',