Ver Fonte

订单数据-手工匹配订单-列宽修改

jbb há 2 anos atrás
pai
commit
b997e9b113
1 ficheiros alterados com 4 adições e 3 exclusões
  1. 4 3
      src/views/order/manualModal.vue

+ 4 - 3
src/views/order/manualModal.vue

@@ -164,7 +164,7 @@
         },
         {
           title: '颜色',
-          width: 80,
+          width: 100,
           dataIndex: 'colour',
           className: 'replacecolor',
           ellipsis: true
@@ -178,7 +178,7 @@
         },
         {
           title: '委外订单行号',
-          width: 90,
+          width: 120,
           dataIndex: 'ivouchRowNo',
           className: 'replacecolor',
           ellipsis: true
@@ -193,9 +193,10 @@
         },
         {
           title: '操作',
-          width: 120,
+          width: 170,
           dataIndex: 'operation',
           scopedSlots: { customRender: 'operationSlot' },
+          fixed: 'right',
           className: 'replacecolor',
           ellipsis: true
         },