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/lexClosingCaseFlow/lexClosingCaseFlow.html | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/lwc/lexSpecilaApplyCreate/lexSpecilaApplyCreate.html b/force-app/main/default/lwc/lexClosingCaseFlow/lexClosingCaseFlow.html
similarity index 80%
rename from force-app/main/default/lwc/lexSpecilaApplyCreate/lexSpecilaApplyCreate.html
rename to force-app/main/default/lwc/lexClosingCaseFlow/lexClosingCaseFlow.html
index 2dfa0c5..2d30661 100644
--- a/force-app/main/default/lwc/lexSpecilaApplyCreate/lexSpecilaApplyCreate.html
+++ b/force-app/main/default/lwc/lexClosingCaseFlow/lexClosingCaseFlow.html
@@ -1,3 +1,11 @@
+<!--
+ * @Description:
+ * @version:
+ * @Author: chen jing wu
+ * @Date: 2023-06-21 11:23:56
+ * @LastEditors: chen jing wu
+ * @LastEditTime: 2023-06-21 11:26:38
+-->
<template>
<div class="holder" if:true={IsLoading}>
<lightning-spinner alternative-text="Loading" size="medium"></lightning-spinner>
@@ -9,5 +17,5 @@
title="Close" style="color: black;"></lightning-icon>
<span class="slds-assistive-text">Close</span>
</button>
- </div>
+ </div>
</template>
\ No newline at end of file
--
Gitblit v1.9.1