From a046b3fe914e46147334d33bbdcb21e2759a3c43 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期四, 13 七月 2023 12:03:33 +0800
Subject: [PATCH] backup0712
---
force-app/main/default/lwc/lexAgencyOppCusCell/lexAgencyOppCusCell.html | 17 +++--------------
1 files changed, 3 insertions(+), 14 deletions(-)
diff --git a/force-app/main/default/lwc/lexAgencyOppCusCell/lexAgencyOppCusCell.html b/force-app/main/default/lwc/lexAgencyOppCusCell/lexAgencyOppCusCell.html
index 9df951c..1080fb3 100644
--- a/force-app/main/default/lwc/lexAgencyOppCusCell/lexAgencyOppCusCell.html
+++ b/force-app/main/default/lwc/lexAgencyOppCusCell/lexAgencyOppCusCell.html
@@ -1,23 +1,12 @@
<template>
<template if:true={isShowInputField}>
<lightning-record-edit-form object-api-name="Agency_Opportunity__c">
- <lightning-input-field
- field-name={fieldName}
- variant="label-hidden"
- value={inputValue}
- onchange={inputChange}
- ></lightning-input-field>
+ <lightning-input-field field-name={fieldName} variant="label-hidden" value={inputValue} onchange={inputChange}></lightning-input-field>
</lightning-record-edit-form>
</template>
<template if:false={isShowInputField}>
- <lightning-record-view-form
- record-id={recordId}
- object-api-name="Agency_Opportunity__c"
- >
- <lightning-output-field
- variant="label-hidden"
- field-name={fieldName}
- ></lightning-output-field>
+ <lightning-record-view-form record-id={recordId} object-api-name="Agency_Opportunity__c">
+ <lightning-output-field variant="label-hidden" field-name={fieldName}></lightning-output-field>
</lightning-record-view-form>
</template>
</template>
\ No newline at end of file
--
Gitblit v1.9.1