#
luxiaotao1123
2024-11-25 ce7cb0fccbe662ef58ff201c1ad8038c89af82bf
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',