From 491f99bd85d28bd43c5e5747ba9dca10fbb8fc23 Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Tue, 21 Jan 2025 11:14:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/workplace/rackManage.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/basic/workplace/rackManage.vue b/src/views/basic/workplace/rackManage.vue index fb89536b..5f481452 100644 --- a/src/views/basic/workplace/rackManage.vue +++ b/src/views/basic/workplace/rackManage.vue @@ -35,7 +35,8 @@ v-for="(slot, slotIndex) in row.sysWorkplaceQueues" :key="slot.id" class="shelf-slot-Queue" - :style="{ width: `${180 / row.sysWorkplaceQueues.length}%` , height: `10px`, backgroundColor: slot.reCount <= 0? 'red': slot.reCount <= slot.remindCount?'orange':'green' }" + :style="{ width: `${180 / row.sysWorkplaceQueues.length}%` , height: `10px`, backgroundColor: slot.cpmctymc ? (slot.reCount <= 0? 'red': slot.reCount <= slot.remindCount?'orange':'green'): + 'grey' }" >