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/lexSaleAndDelivery/lexSaleAndDelivery.js | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/force-app/main/default/lwc/lexSaleAndDelivery/lexSaleAndDelivery.js b/force-app/main/default/lwc/lexSaleAndDelivery/lexSaleAndDelivery.js index c0f551c..61b3805 100644 --- a/force-app/main/default/lwc/lexSaleAndDelivery/lexSaleAndDelivery.js +++ b/force-app/main/default/lwc/lexSaleAndDelivery/lexSaleAndDelivery.js @@ -17,13 +17,13 @@ type: "date", hideDefaultActions: true, sortable: true, + initialWidth: 180, wrapText: true }, { label: "鍑哄簱鍗曞彿", fieldName: "url", type: "url", - initialWidth: 250, typeAttributes: { label: { fieldName: "Name" @@ -38,7 +38,6 @@ label: "瀹㈡埛鍚�", fieldName: "ShipmentAccount__c", hideDefaultActions: true, - initialWidth: 250, wrapText: true, sortable: true }, @@ -46,13 +45,14 @@ label: "绉戝", fieldName: "Order_ForCustomerText__c", hideDefaultActions: true, - initialWidth: 130, + initialWidth: 100, wrapText: true }, { label: "鍑哄簱鍗曠姸鎬�", fieldName: "SummonsStatus_c__c", hideDefaultActions: true, + initialWidth: 100, sortable: true, wrapText: true }, @@ -60,7 +60,7 @@ label: "寮�绁ㄧ姸鎬�", fieldName: "Billed_Status__c", hideDefaultActions: true, - initialWidth: 130, + initialWidth: 100, sortable: true, wrapText: true }, @@ -68,6 +68,7 @@ label: "鏈彂绁ㄩ噾棰�(鍏�)", fieldName: "InvoiceNotPro_money__c", hideDefaultActions: true, + initialWidth: 125, type: "number", typeAttributes: { minimumFractionDigits: 2 @@ -80,6 +81,7 @@ hideDefaultActions: true, sortable: true, wrapText: true, + initialWidth: 180, type: "date", typeAttributes: { timeZone: "Asia/Shanghai", -- Gitblit v1.9.1