소스 검색

托书固定列取消

jbb 2 년 전
부모
커밋
a4aca85e6c
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      src/views/book/editBookDrawer.vue
  2. 2 2
      src/views/book/packingListModal.vue

+ 2 - 2
src/views/book/editBookDrawer.vue

@@ -295,14 +295,14 @@ export default {
           title: '英文名称',
           dataIndex: 'englishName',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {
           title: '款号',
           dataIndex: 'styleNum',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {

+ 2 - 2
src/views/book/packingListModal.vue

@@ -125,7 +125,7 @@ export default {
           dataIndex: 'depositaryReceiptNo',
           width: 120,
           ellipsis: true,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
          {
@@ -133,7 +133,7 @@ export default {
           dataIndex: 'shippingOrderNumber',
           width: 120,
          ellipsis: true,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         }, 
        {