Ver Fonte

托书固定列取消

jbb há 2 anos atrás
pai
commit
a4aca85e6c

+ 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'
         }, 
        {