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?'低库存':'正常' }}