Commit e339448c authored by youjie's avatar youjie

no message

parent c05b86da
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<div class="td-item cursor-pointer"> <div class="td-item cursor-pointer">
{{ x.Inventory }}/{{ x.UseInventory }}/{{ x.RemainingInventory }} {{ x.Inventory }}/{{ x.UseInventory }}/{{ x.RemainingInventory }}
</div> </div>
<div class="td-item"> <div class="td-item cursor-pointer">
{{ x.ConfirmNum }}/{{ x.ReserveNum }} {{ x.ConfirmNum }}/{{ x.ReserveNum }}
</div> </div>
<div class="td-item" :class="{ 'bg-red-9 text-white': x.UseInventory - x.Inventory > 0 }"> <div class="td-item" :class="{ 'bg-red-9 text-white': x.UseInventory - x.Inventory > 0 }">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment