|
|
|
@ -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' }"
|
|
|
|
|
>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|