#
luxiaotao1123
2024-09-13 f4a4408f97a448a1a5b4eccd350f65f85b700efa
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',