před 2 roky
rodič
revize
2392051104
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 6 0
      src/views/store/fastoutstore/FastOutStore.vue

+ 6 - 0
src/views/store/fastoutstore/FastOutStore.vue

@@ -87,6 +87,12 @@ export default {
             return `${(this.$refs.table.localPagination.current - 1) * this.$refs.table.localPagination.pageSize + index + 1}`
           }
         },
+        {
+          title: '库位',
+          dataIndex: 'storeName',
+          checked: true,
+          width: '150px'
+        },
         {
           title: '备件编码',
           dataIndex: 'no',