skyouc
2025-07-22 8e49d745e457ed6754a5952fb9e06a30c9ff89a2
rsf-admin/src/page/components/BillStatusField.jsx
@@ -22,10 +22,7 @@
        14: '#FF4D4F',
    }
    return (
        <Typography
            variant="body2"
            sx={{ display: 'flex', alignItems: 'center' }}
        >
        <Typography variant="body2"  sx={{ display: 'flex', alignItems: 'center', }} >
            <CircleIcon sx={{ fontSize: 10, color: color[record.exceStatus || 0], marginRight: '3px' }} /> {record.exceStatus$}
        </Typography >
    )