From 2bb73dd0e1f47ba27033797b228ef1f10b0c5626 Mon Sep 17 00:00:00 2001 From: liuxy Date: Wed, 26 Jul 2023 14:13:11 +0800 Subject: [PATCH] =?UTF-8?q?rev:=E7=B2=89=E6=96=99=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E5=8E=9F=E6=96=99=E5=88=B0=E8=B4=A7=E9=9C=80=E6=B1=82=20?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=AB=98=E5=85=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/wms/statistics/materPlan/index.vue | 31 +++++++++++++++---- 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/mes/qd/src/views/wms/statistics/materPlan/index.vue b/mes/qd/src/views/wms/statistics/materPlan/index.vue index 94373701..fc415a2b 100644 --- a/mes/qd/src/views/wms/statistics/materPlan/index.vue +++ b/mes/qd/src/views/wms/statistics/materPlan/index.vue @@ -50,6 +50,7 @@ -
-
-
+ @@ -114,6 +117,10 @@ .el-table__body-wrapper { display: block; } +::v-deep .el-table__body tr.current-row>td { + color: #fff; + background: #409EFF!important; +}