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/lexinventoryViewLWC/lexinventoryViewLWC.js | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/force-app/main/default/lwc/lexinventoryViewLWC/lexinventoryViewLWC.js b/force-app/main/default/lwc/lexinventoryViewLWC/lexinventoryViewLWC.js
index d0a5172..4854e6c 100644
--- a/force-app/main/default/lwc/lexinventoryViewLWC/lexinventoryViewLWC.js
+++ b/force-app/main/default/lwc/lexinventoryViewLWC/lexinventoryViewLWC.js
@@ -64,14 +64,14 @@
type: "Name",
sortable: true,
hideDefaultActions: true,
- initialWidth: 300,
+ // initialWidth: 200,
wrapText: true,
cellAttributes: { alignment: "left" }
},
{
label: "绗笁鍒嗙被",
fieldName: "Category3__c",
- initialWidth: 120,
+ initialWidth: 84,
cellAttributes: { alignment: "left" },
hideDefaultActions: true,
sortable: true,
@@ -81,7 +81,7 @@
label: "绗洓鍒嗙被",
fieldName: "Category4__c",
cellAttributes: { alignment: "left" },
- initialWidth: 120,
+ initialWidth: 84,
hideDefaultActions: true,
wrapText: true,
sortable: true
@@ -90,7 +90,7 @@
label: "绗簲鍒嗙被",
fieldName: "Category5__c",
cellAttributes: { alignment: "left" },
- initialWidth: 120,
+ initialWidth: 84,
hideDefaultActions: true,
wrapText: true,
sortable: true
@@ -100,7 +100,7 @@
label: "瑙勬牸",
fieldName: "packing_list",
cellAttributes: { alignment: "right" },
- initialWidth: 55,
+ initialWidth: 50,
wrapText: true,
hideDefaultActions: true
},
@@ -108,7 +108,7 @@
label: "鍗曚綅",
fieldName: "BoxPiece",
cellAttributes: { alignment: "left" },
- initialWidth: 55,
+ initialWidth: 50,
wrapText: true,
hideDefaultActions: true
},
@@ -117,7 +117,7 @@
fieldName: "approbation_No",
cellAttributes: { alignment: "left" },
wrapText: true,
- initialWidth: 200,
+ initialWidth: 104,
hideDefaultActions: true
},
{
@@ -126,13 +126,13 @@
cellAttributes: { alignment: "left" },
wrapText: true,
hideDefaultActions: true,
- initialWidth: 110
+ initialWidth: 95
},
{
label: "CFDA鐘舵��",
fieldName: "SFDA_Status__c",
cellAttributes: { alignment: "left" },
- initialWidth: 95,
+ initialWidth: 84,
wrapText: true,
hideDefaultActions: true
},
@@ -156,7 +156,7 @@
boxPrice: { fieldName: "BoxPiece" }
},
hideDefaultActions: true,
- initialWidth: 150
+ initialWidth: 120
},
{
--
Gitblit v1.9.1