From 4af8b8cccb819b86d5452578b902d865b37b6ca0 Mon Sep 17 00:00:00 2001 From: chenhc <2369838784@qq.com> Date: Fri, 17 Jan 2025 15:56:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ShelfDisplay/index.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/ShelfDisplay/index.vue b/src/components/ShelfDisplay/index.vue index 23236b1c..f53d119c 100644 --- a/src/components/ShelfDisplay/index.vue +++ b/src/components/ShelfDisplay/index.vue @@ -33,43 +33,43 @@
{{ slot.cpmctymc ? slot.cpmctymc: "暂未绑定"}} 当前库存: {{ slot.reCount }} 最大库存:{{ slot.maxDrugCount }} 预警信息:{{ slot.reCount <= slot.remindCount?'不足':'正常' }} + }">{{ slot.reCount <= 0? '无库存': slot.reCount <= slot.remindCount?'低库存':'正常' }}