Explorar o código

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

jbb %!s(int64=2) %!d(string=hai) anos
pai
achega
b997e9b113
Modificáronse 1 ficheiros con 4 adicións e 3 borrados
  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
         },