From 5bcdc096416f66f202b0f4f591d039bd0b03b50e Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Sat, 15 Jun 2024 17:07:48 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E6=8F=90=E4=BA=A4=E5=8A=B3?= =?UTF-8?q?=E5=8A=A1=20=E6=96=B0=E5=A2=9E=E4=B8=8B=E5=8F=91=E7=8A=B6?= =?UTF-8?q?=E6=80=81=20=E6=9C=AA=E4=B8=8B=E5=8F=91=E6=96=87=E5=AD=97?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectFront/laborManage/personModule/laborComponent.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/projectFront/laborManage/personModule/laborComponent.vue b/src/views/projectFront/laborManage/personModule/laborComponent.vue index 2acf33be..758ab002 100644 --- a/src/views/projectFront/laborManage/personModule/laborComponent.vue +++ b/src/views/projectFront/laborManage/personModule/laborComponent.vue @@ -541,7 +541,7 @@ 'valuesColor', row.sendSuccessStatus === 1 ? 'green' - : row.sendSuccessStatus === 2 + : row.sendSuccessStatus === 2 || row.sendSuccessStatus === 4 ? 'red' : row.sendSuccessStatus === 3 ? 'yellow' @@ -554,7 +554,8 @@ : row.sendSuccessStatus === 2 ? "失败" : row.sendSuccessStatus === 3 - ? "部分成功" + ? "部分成功" : row.sendSuccessStatus === 4 + ? "未下发" : "" }}