From 85f6fb6227a84936e192936ba480b4e03834df03 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期五, 07 七月 2023 14:23:58 +0800
Subject: [PATCH] BackupLEXCommunity

---
 force-app/main/default/lwc/lexTopPage/lexTopPage.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/lwc/lexTopPage/lexTopPage.js b/force-app/main/default/lwc/lexTopPage/lexTopPage.js
index cb6582a..777d6e7 100644
--- a/force-app/main/default/lwc/lexTopPage/lexTopPage.js
+++ b/force-app/main/default/lwc/lexTopPage/lexTopPage.js
@@ -84,7 +84,7 @@
             },
             hideDefaultActions: true,initialWidth: 200
         },
-        { label: 'SAP鍚堝悓鍙�', fieldName: 'ContractNo__c', hideDefaultActions: true},
+        { label: 'SAP鍚堝悓鍙�', fieldName: 'ContractNo__c', hideDefaultActions: true,initialWidth:180},
         {
             label: '璁㈠崟鎬绘暟',
             type: "customOutputGood",
@@ -141,7 +141,7 @@
 
     @track colms2 = [
         { label: '浜у搧鍨嬪彿', fieldName: 'prodModel', hideDefaultActions: true },
-        { label: '鏁伴噺', fieldName: 'recordCount', hideDefaultActions: true ,initialWidth: 100}
+        { label: '鏁伴噺', fieldName: 'recordCount', hideDefaultActions: true ,initialWidth: 60,cellAttributes: { alignment: "center" }}
     ];
 
     //浣跨敤鏈熼檺灏忎簬涓�骞寸殑浜у搧col

--
Gitblit v1.9.1