diff --git a/src/views/modules/board/SORoutingBoard.vue b/src/views/modules/board/SORoutingBoard.vue index 7e6eb9c..a306947 100644 --- a/src/views/modules/board/SORoutingBoard.vue +++ b/src/views/modules/board/SORoutingBoard.vue @@ -159,6 +159,9 @@ }, methods: { tableRowClassName ({row, rowIndex}) { + if ( new Date(row.sScheduledDate) diff --git a/src/views/modules/board/SORoutingBoardAll.vue b/src/views/modules/board/SORoutingBoardAll.vue index 83a4852..593e1e0 100644 --- a/src/views/modules/board/SORoutingBoardAll.vue +++ b/src/views/modules/board/SORoutingBoardAll.vue @@ -151,6 +151,9 @@ }, methods: { tableRowClassName ({row, rowIndex}) { + if ( new Date(row.sScheduledDate)