Browse Source

订单数据-手工匹配订单-删除

jbb 1 year ago
parent
commit
7de195bc79
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/order/manualModal.vue

+ 2 - 2
src/views/order/manualModal.vue

@@ -194,12 +194,12 @@
         },
         {
           title: '操作',
-          width: 170,
+          width: 200,
           dataIndex: 'operation',
           scopedSlots: { customRender: 'operationSlot' },
           fixed: 'right',
           className: 'replacecolor',
-          ellipsis: true
+          // ellipsis: true
         },
         ],
         pagination:{}