From 99b667bdfd8d4fd4d56c2952510169d7f7be794c Mon Sep 17 00:00:00 2001 From: 沙世明 <shashiming@prec-tech.com> Date: 星期四, 09 三月 2023 17:12:43 +0800 Subject: [PATCH] 产品报价金额自动计算 --- force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReport.cmp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReport.cmp b/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReport.cmp index 816a9bd..41acd45 100644 --- a/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReport.cmp +++ b/force-app/main/default/aura/RetrospectiveWeeklyReport/RetrospectiveWeeklyReport.cmp @@ -765,7 +765,7 @@ <div class="save_button_area"> <lightning:button class="slds-m-top_small" type="button" label="鍙栨秷" onclick="{!c.createCancel}" /> - <lightning:button class="slds-m-top_small" type="button" label="鏂板缓" + <lightning:button class="slds-m-top_small" type="button" label="淇濆瓨" onclick="{!c.handleSubmit}" /> </div> </lightning:recordEditForm> -- Gitblit v1.9.1