buli
2023-07-14 5b5c1e16deaa3a9d6d0ed1ffca390655ed103df7
force-app/main/default/lwc/lexRemoveBox/lexRemoveBox.js
@@ -14,7 +14,7 @@
    fieldName: 'Name__c',
    wrapText:true,
    hideDefaultActions: true,
    initialWidth: 400,
    // initialWidth: 400,
  },
  {
@@ -30,7 +30,8 @@
    label: 'CFDA状态',
    fieldName: 'CFDA_Status__c',
    hideDefaultActions: true,
    initialWidth: 200,
    initialWidth: 100,
    wrapText:true,
  },
  {
@@ -38,19 +39,21 @@
    fieldName: 'Report_Product_Approbation__c',
    hideDefaultActions: true,
    initialWidth: 200,
    wrapText:true,
  },
  {
    label: '注册证效期',
    fieldName: 'Report_Product_Expiration__c',
    hideDefaultActions: true,
    // initialWidth: 250,
    initialWidth: 110,
    wrapText:true,
  },
  {
    label: 'BarCode',
    fieldName: 'Bar_Code__c',
    hideDefaultActions: true,
    wrapText:true,
    initialWidth:400,
    // initialWidth:600,
  }
];
@@ -59,12 +62,15 @@
    label: '消耗品名称',
    fieldName: 'Name__c',
    hideDefaultActions: true,
    wrapText:true,
  },
  {
    label: 'BarCode',
    fieldName: 'Bar_Code__c',
    hideDefaultActions: true,
    wrapText:true,
    // initialWidth:600,
   
  }
@@ -73,6 +79,7 @@
    label: '错误原因',
    fieldName: 'ErrorReason',
    hideDefaultActions: true,
    wrapText:true,
  }
];