From 54ce39a5c86e7e8f007796fafd3de6a84ad07006 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Fri, 30 Aug 2024 17:38:46 +0800 Subject: [PATCH] =?UTF-8?q?0412=20=E6=96=B0=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/board/thisWeekShipmentBoard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/board/thisWeekShipmentBoard.vue b/src/views/modules/board/thisWeekShipmentBoard.vue index 43d7a08..7d16cd0 100644 --- a/src/views/modules/board/thisWeekShipmentBoard.vue +++ b/src/views/modules/board/thisWeekShipmentBoard.vue @@ -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' } }