buli
2023-07-11 0c4796706fc9473d069b620321a54b20a119906c
force-app/main/default/lwc/lexArriveGoodsMain/lexArriveGoodsMain.js
@@ -59,7 +59,7 @@
                recordId: { fieldName: 'Id' }
            },
            hideDefaultActions: true,
            initialWidth: 200,
            // initialWidth: 200,
            wrapText: true
        },
        {
@@ -90,7 +90,7 @@
                recordId: { fieldName: 'Id' }
            },
            hideDefaultActions: true,
            initialWidth: 110,
            initialWidth: 100,
            cellAttributes: { alignment: 'right' }
        },
        {
@@ -102,7 +102,7 @@
                recordId: { fieldName: 'Id' }
            },
            hideDefaultActions: true,
            initialWidth: 180,
            initialWidth: 150,
            cellAttributes: { alignment: 'right' }
        },
        {
@@ -126,20 +126,20 @@
                recordId: { fieldName: 'Id' }
            },
            hideDefaultActions: true,
            initialWidth: 180,
            initialWidth: 150,
            cellAttributes: { alignment: 'right' }
        },
        {
            label: '最新发货日期',
            fieldName: 'Shipment_date__c',
            hideDefaultActions: true,
            initialWidth: 140
            initialWidth: 105
        },
        {
            label: '首次发货日期',
            fieldName: 'First_Delivery__c',
            hideDefaultActions: true,
            initialWidth: 140
            initialWidth: 105
        }
    ];
@@ -526,4 +526,4 @@
        // });
        // this.dispatchEvent(evt);
    }
}
}