Browse Source

发运明细参照宽度调整

fenghaifu 2 years ago
parent
commit
b94f3802f6
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/views/shipment-details/referOrderDataModal.vue

+ 4 - 3
src/views/shipment-details/referOrderDataModal.vue

@@ -91,14 +91,14 @@ export default {
         {
           title: '订单号',
           dataIndex: 'orderNumber',
-          width: 120,
+          width: 180,
           fixed: 'left',
           className: 'replacecolor'
         },
         {
           title: '款号',
           dataIndex: 'itemNumber',
-          width: 100,
+          width: 150,
           fixed: 'left',
           className: 'replacecolor'
         },
@@ -213,6 +213,7 @@ export default {
         {
           title: '客户名称',
           dataIndex: 'customerName',
+           customRender: t => ellipsis(t),
           width: 220,
           className: 'replacecolor'
         },
@@ -329,7 +330,7 @@ export default {
         {
           title: '订单子表ID',
           dataIndex: 'syOrderDataItemId',
-          width: 320,
+          width: 450,
           // fixed: 'right',
           className: 'replacecolor'
         }