From 4488f711dbc01a8db6753907cae2ef4021dede68 Mon Sep 17 00:00:00 2001 From: FUYU <fuyu@prec-tech.com> Date: 星期三, 13 十二月 2023 16:30:27 +0800 Subject: [PATCH] 修改前备份 --- force-app/main/default/lwc/lexArriveGoods/lexArriveGoods.html | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/force-app/main/default/lwc/lexArriveGoods/lexArriveGoods.html b/force-app/main/default/lwc/lexArriveGoods/lexArriveGoods.html index bff6b32..fbf59ea 100644 --- a/force-app/main/default/lwc/lexArriveGoods/lexArriveGoods.html +++ b/force-app/main/default/lwc/lexArriveGoods/lexArriveGoods.html @@ -98,7 +98,8 @@ </div> </td> <td style="width: 200px"> - <lightning-formatted-text style="font-size: 16px;" + <lightning-formatted-text + style="font-size: 16px" value={coc.Name} ></lightning-formatted-text> </td> @@ -114,7 +115,8 @@ </div> </td> <td style="width: 100px"> - <lightning-formatted-number style="font-size: 16px;" + <lightning-formatted-number + style="font-size: 16px" value={coc.Total_num__c} ></lightning-formatted-number> </td> @@ -130,7 +132,8 @@ </div> </td> <td style="width: 100px"> - <lightning-formatted-number style="font-size: 16px;" + <lightning-formatted-number + style="font-size: 16px" value={coc.OrderNumber_arrived__c} ></lightning-formatted-number> </td> @@ -146,7 +149,8 @@ </div> </td> <td style="width: 100px"> - <lightning-formatted-number style="font-size: 16px;" + <lightning-formatted-number + style="font-size: 16px" value={coc.OrderNumber_notarrive__c} ></lightning-formatted-number> </td> @@ -454,4 +458,4 @@ </div> </div> </template> -</template> \ No newline at end of file +</template> -- Gitblit v1.9.1