From e6a0a7f9ffb463c5ce78d6770b09eac739f88b15 Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期三, 24 五月 2023 16:57:53 +0800
Subject: [PATCH] 优化确认框以及修改页面

---
 force-app/main/default/lwc/lexInputLookupCell/lexInputLookupCell.html |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/force-app/main/default/lwc/lexInputLookupCell/lexInputLookupCell.html b/force-app/main/default/lwc/lexInputLookupCell/lexInputLookupCell.html
index 138a232..e7e600a 100644
--- a/force-app/main/default/lwc/lexInputLookupCell/lexInputLookupCell.html
+++ b/force-app/main/default/lwc/lexInputLookupCell/lexInputLookupCell.html
@@ -4,7 +4,7 @@
  * @Author: chen jing wu
  * @Date: 2023-04-27 11:38:36
  * @LastEditors: chen jing wu
- * @LastEditTime: 2023-05-08 10:13:58
+ * @LastEditTime: 2023-05-18 16:37:50
 -->
 <template>
     <template if:true={isLookup}>
@@ -12,12 +12,6 @@
             object-api-name={apiName}
             record-id=''
         >
-            <!-- <template if:true={isDisable}>
-                <lightning-input-field field-name={fieldName} onclick={handleinputChange} variant="label-hidden" disabled="true"> </lightning-input-field>
-            </template>
-            <template if:false={isDisable}>
-                <lightning-input-field field-name={fieldName} onclick={handleinputChange} variant="label-hidden"> </lightning-input-field>
-            </template> -->
             <template if:true={isRequired}>
                 <lightning-input-field field-name={fieldName} onclick={handleinputChange} variant="label-hidden" disabled={isDisable} required> </lightning-input-field>
             </template>

--
Gitblit v1.9.1