Browse Source

Merge branch 'master' of http://192.168.1.220:10080/Amoy2/intelligent-medicine-cabinet

lincl 3 years ago
parent
commit
13ecdf59d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mini-pro-web/src/views/replenishment/device/list.vue

+ 1 - 1
mini-pro-web/src/views/replenishment/device/list.vue

@ -15,7 +15,7 @@
                    <div class="lh20 ptb10 kitbox">
                        <div class="box-flex-1">
                            <div>药柜容量:{{item.capacity}}</div>
                            <div>商品库存:{{item.totalQty}}</div>
                            <div>商品库存:{{item.shangPinKuCun}}</div>
                            <div>设备所属:{{item.community}}</div>
                            <div>设备编号:{{item.equNum}}</div>
                        </div>