2 년 전
부모
커밋
2392051104
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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',