|
@@ -526,7 +526,7 @@ export default {
|
|
})
|
|
})
|
|
},
|
|
},
|
|
contractProdListAddClass ({row, rowIndex}) {
|
|
contractProdListAddClass ({row, rowIndex}) {
|
|
- if (row.warningState == '3') {
|
|
|
|
|
|
+ if (row.warningState === '3') {
|
|
return 'custom-ranking-table-row overdue-row'
|
|
return 'custom-ranking-table-row overdue-row'
|
|
}
|
|
}
|
|
|
|
|