From 5b5c1e16deaa3a9d6d0ed1ffca390655ed103df7 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期五, 14 七月 2023 14:56:14 +0800
Subject: [PATCH] lex community

---
 force-app/main/default/lwc/lexRemoveBox/lexRemoveBox.js |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/force-app/main/default/lwc/lexRemoveBox/lexRemoveBox.js b/force-app/main/default/lwc/lexRemoveBox/lexRemoveBox.js
index 81ca3e2..440d3e2 100644
--- a/force-app/main/default/lwc/lexRemoveBox/lexRemoveBox.js
+++ b/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,
   }
 ];
 

--
Gitblit v1.9.1