From 6039afaf708ecd19293fa78472218e93ad03b018 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Fri, 30 Aug 2024 17:20:27 +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 9e93f4f..43d7a08 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.indexOf('急')===0) { + if (row.remark.includes('急')===0) { return 'error-row' } }