#
luxiaotao1123
2024-10-18 769f753ca8581b717bcd27c63c637fe868dd37f1
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',