buli
2023-07-14 5b5c1e16deaa3a9d6d0ed1ffca390655ed103df7
force-app/main/default/lwc/lexConInvoiceView/lexConInvoiceView.js
@@ -161,19 +161,20 @@
        label: '产品型号',
        fieldName: 'esdAssetModelNo',
        hideDefaultActions: true,
        initialWidth: 200,
        initialWidth: 150,
        wrapText: true
    },
    {
        label: '规格',
        fieldName: 'packingListManual',
        hideDefaultActions: true,
        initialWidth: 30
        initialWidth: 50
    },
    {
        label: '出货单价(元)',
        fieldName: 'esdDeliveryListRMB',
        hideDefaultActions: true,
        initialWidth: 100,
        type: 'number',
        typeAttributes: {
            minimumFractionDigits: 2
@@ -207,6 +208,7 @@
        label: '还没发票数量',
        fieldName: 'esdInvoiceProNotCount',
        hideDefaultActions: true,
        initialWidth: 100,
        type: 'number',
        typeAttributes: {
            minimumFractionDigits: 2