From c9638718e23c9324f4a3f96338455cf7eb313518 Mon Sep 17 00:00:00 2001
From: chenjingwu <chenjingwu@prec-tech.com>
Date: 星期五, 24 五月 2024 11:30:41 +0800
Subject: [PATCH] 1
---
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