From e4185f503d973b28f95725908e3fad155cfbf088 Mon Sep 17 00:00:00 2001
From: 沙世明 <shashiming@prec-tech.com>
Date: 星期三, 22 三月 2023 11:55:32 +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