From 1a465cbf0016a2d99888e4f63a299bcac2da6bec Mon Sep 17 00:00:00 2001 From: 15036302109 Date: Mon, 4 Mar 2024 17:31:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E5=A4=84=E7=90=86=E5=87=BA=E5=BA=93?= =?UTF-8?q?=E9=AB=98=E4=BA=AE=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/ehs/ehsMaterial/index.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/ehs/ehsMaterial/index.vue b/ruoyi-ui/src/views/ehs/ehsMaterial/index.vue index b6795fa..d05e129 100644 --- a/ruoyi-ui/src/views/ehs/ehsMaterial/index.vue +++ b/ruoyi-ui/src/views/ehs/ehsMaterial/index.vue @@ -172,7 +172,7 @@ - + @@ -940,6 +940,18 @@ // console.log("导入成功") this.getList(); }, + tableRowClassName({row, rowIndex}) { + if (row.sendQuantity != null) { + return 'warning-row'; + } + + return ''; + }, } }; +