From 8c8f51f10bb9e158cb8b89cb8d58e4ce7d467583 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期一, 26 六月 2023 11:29:01 +0800 Subject: [PATCH] backup0626 --- force-app/main/default/lwc/lexArriveGoodsMain/lexArriveGoodsMain.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/force-app/main/default/lwc/lexArriveGoodsMain/lexArriveGoodsMain.js b/force-app/main/default/lwc/lexArriveGoodsMain/lexArriveGoodsMain.js index 3284c42..163a81f 100644 --- a/force-app/main/default/lwc/lexArriveGoodsMain/lexArriveGoodsMain.js +++ b/force-app/main/default/lwc/lexArriveGoodsMain/lexArriveGoodsMain.js @@ -64,7 +64,7 @@ type: 'TotalNum', recordId: { fieldName: "Id" } }, - hideDefaultActions: true, initialWidth: 100}, + hideDefaultActions: true, initialWidth: 100,cellAttributes: { alignment: "right" }}, {label:'宸插埌璐ф暟閲�', type: "customOutputGood", typeAttributes: { @@ -72,7 +72,7 @@ type: 'ArrDet', recordId: { fieldName: "Id" } }, - hideDefaultActions: true, initialWidth: 110}, + hideDefaultActions: true, initialWidth: 110,cellAttributes: { alignment: "right" }}, {label:'寰呯郴缁熸搷浣滃叆搴撴暟閲�', type: "customOutputGood", typeAttributes: { @@ -80,7 +80,7 @@ type: 'DeliveryDet', recordId: { fieldName: "Id" } }, - hideDefaultActions: true, initialWidth: 180}, + hideDefaultActions: true, initialWidth: 180,cellAttributes: { alignment: "right" }}, {label:'杩樻病鍙戣揣鏁伴噺', type: "customOutputGood", typeAttributes: { @@ -88,7 +88,7 @@ type: 'NotArrDet', recordId: { fieldName: "Id" } }, - hideDefaultActions: true, initialWidth: 120}, + hideDefaultActions: true, initialWidth: 120,cellAttributes: { alignment: "right" }}, {label:'鍙戣揣涓冨ぉ杩樻湭鍒拌揣鏁�', type: "customOutputGood", typeAttributes: { @@ -96,7 +96,7 @@ type: 'MoreThan7', recordId: { fieldName: "Id" } }, - hideDefaultActions: true, initialWidth: 180}, + hideDefaultActions: true, initialWidth: 180,cellAttributes: { alignment: "right" }}, {label:'鏈�鏂板彂璐ф棩鏈�',fieldName:'Shipment_date__c',hideDefaultActions: true, initialWidth: 140}, {label:'棣栨鍙戣揣鏃ユ湡',fieldName:'First_Delivery__c',hideDefaultActions: true, initialWidth: 140} ]; -- Gitblit v1.9.1