fix:修复

20240912_adapter
chenhc 3 months ago
parent c072015e22
commit 4af8b8cccb

@ -33,43 +33,43 @@
<div class="centered-container"> <div class="centered-container">
<span :style="{ <span :style="{
color: slot.cpmctymc ? 'green' : 'black', color: slot.cpmctymc ? 'green' : 'black',
fontSize:`${14 + 30/row.sysWorkplaceQueues.length}px` , fontSize:`${16 + 30/row.sysWorkplaceQueues.length}px` ,
fontWeight: 'bold' fontWeight: 'bold'
}"> }">
{{ slot.cpmctymc ? slot.cpmctymc: "暂未绑定"}} {{ slot.cpmctymc ? slot.cpmctymc: "暂未绑定"}}
</span> </span>
<span v-if="slot.cpmctymc" :style="{ <span v-if="slot.cpmctymc" :style="{
color: 'orange', color: 'black',
fontSize:`${10 + 20/row.sysWorkplaceQueues.length}px` , fontSize:`${10 + 20/row.sysWorkplaceQueues.length}px` ,
fontWeight: 'bold' fontWeight: 'bold'
}">当前库存: <span :style="{ }">当前库存: <span :style="{
color: 'green', color: 'green',
fontSize:`${10 + 20/row.sysWorkplaceQueues.length}px` , fontSize:`${12 + 20/row.sysWorkplaceQueues.length}px` ,
fontWeight: 'bold' fontWeight: 'bold'
}">{{ slot.reCount }} }">{{ slot.reCount }}
</span> </span> </span> </span>
<span v-if="slot.cpmctymc":style="{ <span v-if="slot.cpmctymc":style="{
color: 'orange', color: 'black',
fontSize:`${10 + 20/row.sysWorkplaceQueues.length}px` , fontSize:`${10 + 20/row.sysWorkplaceQueues.length}px` ,
fontWeight: 'bold' fontWeight: 'bold'
}">最大库存:<span :style="{ }">最大库存:<span :style="{
color: 'green', color: 'green',
fontSize:`${10 + 20/row.sysWorkplaceQueues.length}px` , fontSize:`${12 + 20/row.sysWorkplaceQueues.length}px` ,
fontWeight: 'bold' fontWeight: 'bold'
}">{{ slot.maxDrugCount }} }">{{ slot.maxDrugCount }}
</span></span> </span></span>
<span v-if="slot.cpmctymc" :style="{ <span v-if="slot.cpmctymc" :style="{
color: 'orange', color: 'black',
fontSize:`${10 + 20/row.sysWorkplaceQueues.length}px` , fontSize:`${10 + 20/row.sysWorkplaceQueues.length}px` ,
fontWeight: 'bold' fontWeight: 'bold'
}">预警信息:<span :style="{ }">预警信息:<span :style="{
color: slot.reCount <= slot.remindCount ? 'red' : 'green', color: slot.reCount <= 0? 'red': slot.reCount <= slot.remindCount?'orange':'green' ,
fontSize:`${10 + 20/row.sysWorkplaceQueues.length}px` , fontSize:`${12 + 20/row.sysWorkplaceQueues.length}px` ,
fontWeight: 'bold' fontWeight: 'bold'
}">{{ slot.reCount <= slot.remindCount?'不足':'正常' }} }">{{ slot.reCount <= 0? '无库存': slot.reCount <= slot.remindCount?'低库存':'正常' }}
</span></span> </span></span>
</div> </div>

Loading…
Cancel
Save