From d4a4ce824f3b2f3a335a3ad8e8c9efb3b37d630f Mon Sep 17 00:00:00 2001 From: buli <137736985@qq.com> Date: 星期四, 04 五月 2023 08:59:14 +0800 Subject: [PATCH] backup --- force-app/main/default/lwc/lexCustomLightningDatatable/customShipmentNumber.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/force-app/main/default/lwc/lexCustomLightningDatatable/customShipmentNumber.html b/force-app/main/default/lwc/lexCustomLightningDatatable/customShipmentNumber.html index f7bd7cd..2db4584 100644 --- a/force-app/main/default/lwc/lexCustomLightningDatatable/customShipmentNumber.html +++ b/force-app/main/default/lwc/lexCustomLightningDatatable/customShipmentNumber.html @@ -1,8 +1,8 @@ <template> <c-custom-shipment-number-comp - record-id={typeAttributes.recordId} - shipment-number={typeAttributes.shipmentNumber} + style="border-color: red" + record-id={typeAttributes.recordId} + shipment-number={typeAttributes.shipmentNumber} > - </c-custom-shipment-number-comp> -</template> \ No newline at end of file +</template> -- Gitblit v1.9.1