zhang
2026-01-28 a9cf56a7be8b5e27e2c3dcb416b734093e7a8dc3
zy-acs-flow/src/page/sta/rowSx.jsx
@@ -15,6 +15,20 @@
            backgroundColor: 'action.selected',
        };
    }
    if (record.staType$ === 'ROLLER')
        return {
            ...style,
            borderLeftColor: orange[500],
            borderLeftWidth: 5,
            borderLeftStyle: 'solid',
        };
    if (record.staType$ === 'RACK')
        return {
            ...style,
            borderLeftColor: blue[500],
            borderLeftWidth: 5,
            borderLeftStyle: 'solid',
        };
    if (record.connect)
        return {
            ...style,