From cd05a7b0ab8dd5838f8998fb36fc0435fd9c5b84 Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期二, 11 七月 2023 14:07:40 +0800 Subject: [PATCH] LEX Community Code Deploy0711 --- force-app/main/default/lwc/lexinventoryViewLWC/lexinventoryViewLWC.js | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/force-app/main/default/lwc/lexinventoryViewLWC/lexinventoryViewLWC.js b/force-app/main/default/lwc/lexinventoryViewLWC/lexinventoryViewLWC.js index 4854e6c..c425b29 100644 --- a/force-app/main/default/lwc/lexinventoryViewLWC/lexinventoryViewLWC.js +++ b/force-app/main/default/lwc/lexinventoryViewLWC/lexinventoryViewLWC.js @@ -71,7 +71,7 @@ { label: "绗笁鍒嗙被", fieldName: "Category3__c", - initialWidth: 84, + initialWidth: 102, cellAttributes: { alignment: "left" }, hideDefaultActions: true, sortable: true, @@ -81,7 +81,7 @@ label: "绗洓鍒嗙被", fieldName: "Category4__c", cellAttributes: { alignment: "left" }, - initialWidth: 84, + initialWidth: 102, hideDefaultActions: true, wrapText: true, sortable: true @@ -90,7 +90,7 @@ label: "绗簲鍒嗙被", fieldName: "Category5__c", cellAttributes: { alignment: "left" }, - initialWidth: 84, + initialWidth: 102, hideDefaultActions: true, wrapText: true, sortable: true @@ -141,7 +141,7 @@ fieldName: "guaranteeperiod", cellAttributes: { alignment: "left" }, hideDefaultActions: true, - initialWidth: 105 + initialWidth: 95 }, { label: "鏈夋晥鏈熷唴搴撳瓨", @@ -156,7 +156,7 @@ boxPrice: { fieldName: "BoxPiece" } }, hideDefaultActions: true, - initialWidth: 120 + initialWidth: 110 }, { @@ -164,7 +164,7 @@ fieldName: "overlimitCount", hideDefaultActions: true, cellAttributes: { alignment: "right" }, - initialWidth: 80 + initialWidth: 78 } ]; defaultSortDirection = "asc"; -- Gitblit v1.9.1