Browse Source

修改 AgvRfidRecognition.vue 料箱 为 容器

liuyanpeng 5 tháng trước cách đây
mục cha
commit
a6bc4724a1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/stock-out/AgvRfidRecognition.vue

+ 2 - 2
src/stock-out/AgvRfidRecognition.vue

@@ -82,7 +82,7 @@
                   <span class="device-name">{{ device.inventoryName || '-' }}</span>
                 </div>
                 <div class="device-feedbox-row">
-                  <span class="device-label">料箱</span>
+                  <span class="device-label">容器</span>
                   <span class="device-feedbox">{{ device.feedBoxName }}</span>
                 </div>
               </div>
@@ -120,7 +120,7 @@
                   <span class="device-name">{{ device.inventoryName }}</span>
                 </div>
                 <div class="device-feedbox-row">
-                  <span class="device-label">料箱</span>
+                  <span class="device-label">容器</span>
                   <span class="device-feedbox">{{ device.feedBoxName || '-' }}</span>
                 </div>
               </div>