@@ -111,7 +111,7 @@ const tableHeaderCellStyle = () => {
//自定义行的样式
const tableRowStyle = ({ row }) => {
- if (row.isTimeout === 2 ) {
+ if (row.isTimeOut === '2' ) {
return {backgroundColor: '#BD3124', color: '#fff'}
}