whj 2 년 전
부모
커밋
57e3ce8ffe
3개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      src/views/store/fastoutstore/FastOutStore.vue
  2. 3 2
      src/views/store/instoreform/InStoreForm.vue
  3. 1 1
      src/views/store/outstoreform/OutStoreForm.vue

+ 1 - 1
src/views/store/fastoutstore/FastOutStore.vue

@@ -169,7 +169,7 @@ export default {
           }
         },
         {
-          title: '库位',
+          title: '仓库名称',
           dataIndex: 'storeName',
           checked: true,
           width: '150px'

+ 3 - 2
src/views/store/instoreform/InStoreForm.vue

@@ -194,7 +194,7 @@ export default {
         {
           title: '序号',
           checked: true,
-          width: '50px',
+          width: '100px',
           dataIndex: 'index',
           customRender: (text, record, index) => {
             return `${(this.$refs.table.localPagination.current - 1) * this.$refs.table.localPagination.pageSize + index + 1}`
@@ -334,7 +334,7 @@ export default {
           dataIndex: 'createdTime'
         },
         {
-          title: '仓库',
+          title: '仓库名称',
           width: '150px',
           checked: true,
           dataIndex: 'storeId',
@@ -345,6 +345,7 @@ export default {
         {
           title: '操作',
           fixed: 'right',
+          checked: true,
           key: 'action',
           width: '200px',
           align: 'center',

+ 1 - 1
src/views/store/outstoreform/OutStoreForm.vue

@@ -331,7 +331,7 @@ export default {
           width: '150px'
         },
         {
-          title: '仓库',
+          title: '仓库名称',
           dataIndex: 'storeId',
           checked: true,
           width: '150px',