From 6d14c34d9a4e304bf3289e4ad957b091f27ef3b8 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期二, 20 六月 2023 11:07:04 +0800
Subject: [PATCH] backup

---
 force-app/main/default/lwc/lexSaleAndDelivery/lexSaleAndDelivery.js |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/force-app/main/default/lwc/lexSaleAndDelivery/lexSaleAndDelivery.js b/force-app/main/default/lwc/lexSaleAndDelivery/lexSaleAndDelivery.js
index 0d98bf7..17153ab 100644
--- a/force-app/main/default/lwc/lexSaleAndDelivery/lexSaleAndDelivery.js
+++ b/force-app/main/default/lwc/lexSaleAndDelivery/lexSaleAndDelivery.js
@@ -15,15 +15,14 @@
         label: '鍑哄簱鏃�',
         fieldName: 'Outbound_Date__c',
         type: 'date',
-        initialWidth: 130,
         hideDefaultActions: true,
-        sortable: true
+        sortable: true,
+        wrapText: true,
     },
     {
         label: '鍑哄簱鍗曞彿',
         fieldName: 'url',
         type: 'url',
-        initialWidth: 175,
         typeAttributes: {
             label: {
                 fieldName: 'Name'
@@ -31,8 +30,8 @@
             target: '_blank'
         },
         hideDefaultActions: true,
-        initialWidth: 225,
-        sortable: true
+        sortable: true,
+        wrapText: true,
     },
     {
         label: '瀹㈡埛鍚�',
@@ -45,21 +44,21 @@
         label: '绉戝',
         fieldName: 'Order_ForCustomerText__c',
         hideDefaultActions: true,
-        initialWidth: 120
+        wrapText: true,
     },
     {
         label: '鍑哄簱鍗曠姸鎬�',
         fieldName: 'SummonsStatus_c__c',
         hideDefaultActions: true,
         sortable: true,
-        initialWidth: 100
+        wrapText: true,
     },
     {
         label: '寮�绁ㄧ姸鎬�',
         fieldName: 'Billed_Status__c',
         hideDefaultActions: true,
         sortable: true,
-        initialWidth: 100
+        wrapText: true,
     },
     {
         label: '鏈彂绁ㄩ噾棰�(鍏�)',
@@ -69,13 +68,14 @@
         typeAttributes: {
             minimumFractionDigits: 2,
         },
-        initialWidth: 150
+        wrapText: true,
     },
     {
         label: '鍒涘缓鏃ユ湡',
         fieldName: 'CreatedDate',
         hideDefaultActions: true,
         sortable: true,
+        wrapText: true,
         type: "date",
         typeAttributes: {
             timeZone: "Asia/Shanghai",
@@ -85,7 +85,6 @@
             hour: "2-digit",
             minute: "2-digit"
         },
-        initialWidth: 200
     }
 ];
 export default class LexSaleAndDelivery extends NavigationMixin(LightningElement) {

--
Gitblit v1.9.1