From 8c8f51f10bb9e158cb8b89cb8d58e4ce7d467583 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期一, 26 六月 2023 11:29:01 +0800
Subject: [PATCH] backup0626

---
 force-app/main/default/lwc/lexCancelRemoveBox/lexCancelRemoveBox.js |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/force-app/main/default/lwc/lexCancelRemoveBox/lexCancelRemoveBox.js b/force-app/main/default/lwc/lexCancelRemoveBox/lexCancelRemoveBox.js
index 52d3451..41e3760 100644
--- a/force-app/main/default/lwc/lexCancelRemoveBox/lexCancelRemoveBox.js
+++ b/force-app/main/default/lwc/lexCancelRemoveBox/lexCancelRemoveBox.js
@@ -28,7 +28,8 @@
       label: 'CFDA鐘舵��',
       fieldName: 'CFDA_Status__c',
       hideDefaultActions: true,
-      initialWidth: 200,
+      initialWidth: 100,
+      wrapText:true
   
     },
     {
@@ -36,18 +37,20 @@
       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,
-      initialWidth: 400,
+      wrapText:true
     }
   ];
   
@@ -56,12 +59,16 @@
       label: '娑堣�楀搧鍚嶇О',
       fieldName: 'Name__c',
       hideDefaultActions: true,
+      wrapText:true
   
     },
     {
       label: 'BarCode',
       fieldName: 'Bar_Code__c',
+      wrapText:true,
       hideDefaultActions: true,
+      // initialWidth:600
+
      
     }
     ,

--
Gitblit v1.9.1