jbb 2 лет назад
Родитель
Сommit
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'
         }, 
        {