From f05bfc9a39bccc8afb928efe7555f21e0e69c5bd Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期一, 10 七月 2023 10:51:38 +0800
Subject: [PATCH] backupfixtablecolumn0710
---
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