From 23862df83a2e8777cffb3bd3b238a0cd8afc6a41 Mon Sep 17 00:00:00 2001 From: tx <2622874537@qq.com> Date: Fri, 8 Nov 2024 17:41:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/deptDetail.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/system/dept/deptDetail.vue b/src/views/system/dept/deptDetail.vue index 5827c30..7e7e988 100644 --- a/src/views/system/dept/deptDetail.vue +++ b/src/views/system/dept/deptDetail.vue @@ -90,8 +90,8 @@ - {{ deptInfo.vehicleVo.offlineDevices.length }} + :style="{ color: deptInfo.vehicleVo.allOfflineNum > 0 ? 'red' : 'gray' }"> + {{ deptInfo.vehicleVo.allOfflineNum }} | {{ deptInfo.vehicleVo.allNum }} @@ -100,8 +100,8 @@ - {{ deptInfo.offlineStatusCount.inStashNum }} + :style="{ color: deptInfo.vehicleVo.allOfflineNum-deptInfo.vehicleVo.offlineNum > 0 ? 'red' : 'gray' }"> + {{ deptInfo.vehicleVo.allOfflineNum-deptInfo.vehicleVo.offlineNum }} |