@ -133,7 +133,7 @@
},
tableRowClassName ({row, rowIndex}) {
if(row.remark!=null&&row.remark!==''){
if (row.remark.includes('急')===0) {
if (row.remark.includes('急')) {
return 'error-row'
}