feat:优化

20240912_adapter
chenhc 2 months ago
parent 47142149c7
commit 491f99bd85

@ -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>

Loading…
Cancel
Save