From cb676d5d9631864b9fd634f9b3052a17c41ed345 Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期一, 26 六月 2023 09:04:26 +0800
Subject: [PATCH] 修改按钮

---
 force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html
index 15ad499..baa2d12 100644
--- a/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html
+++ b/force-app/main/default/lwc/lexPCLLostReportPage/lexPCLLostReportPage.html
@@ -4,7 +4,7 @@
  * @Author: chen jing wu
  * @Date: 2023-04-20 17:16:48
  * @LastEditors: chen jing wu
- * @LastEditTime: 2023-06-06 14:00:41
+ * @LastEditTime: 2023-06-25 17:28:26
 -->
 <template>
     
@@ -45,7 +45,7 @@
                     </lightning-layout>
                         <lightning-accordion allow-multiple-sections-open class="myAccordion">
                                 <template for:each={LostReport.LostBrands} for:item="brand" for:index="i">
-                                    <li key={brand.index}>
+                                    <li key={brand}>
                                         <lightning-accordion-section class="" data-id={i} name="澶卞崟鍝佺墝" label="澶卞崟鍝佺墝">
                                             <lightning-button name="save" label="淇濆瓨" onclick={saveBrandJs}></lightning-button>
                                             <lightning-button name={i} label="鍒犻櫎" onclick={deleteBrandJs} disabled={isBrandCount2}></lightning-button>
@@ -223,7 +223,7 @@
                         </lightning-layout>
                             <lightning-accordion allow-multiple-sections-open class="myAccordion">
                                     <template for:each={LostReport.LostBrands} for:item="brand" for:index="i">
-                                        <li key={brand.index}>
+                                        <li key={brand}>
                                             <lightning-accordion-section class="text-container" data-id={i} name="澶卞崟鍝佺墝" label="澶卞崟鍝佺墝">
                                                 <lightning-layout>
                                                     <lightning-layout-item size="2" style="border-style:solid;border-width: 1px;">

--
Gitblit v1.9.1