From 88756147643a1d4ffb840797b96ea44462b0551d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 12 七月 2022 17:19:26 +0800
Subject: [PATCH] 2022-07-12

---
 src/tabviews/custom/components/form/step-form/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tabviews/custom/components/form/normal-form/index.jsx b/src/tabviews/custom/components/form/step-form/index.jsx
similarity index 98%
rename from src/tabviews/custom/components/form/normal-form/index.jsx
rename to src/tabviews/custom/components/form/step-form/index.jsx
index 717ecc3..fccab51 100644
--- a/src/tabviews/custom/components/form/normal-form/index.jsx
+++ b/src/tabviews/custom/components/form/step-form/index.jsx
@@ -16,7 +16,7 @@
 const MutilForm = asyncSpinComponent(() => import('@/tabviews/zshare/mutilform'))
 const NormalButton = asyncComponent(() => import('@/tabviews/zshare/actionList/normalbutton'))
 
-class NormalForm extends Component {
+class StepForm extends Component {
   static propTpyes = {
     BID: PropTypes.any,              // 鐖剁骇Id
     data: PropTypes.array,           // 缁熶竴鏌ヨ鏁版嵁
@@ -406,4 +406,4 @@
   return {}
 }
 
-export default connect(mapStateToProps, mapDispatchToProps)(NormalForm)
\ No newline at end of file
+export default connect(mapStateToProps, mapDispatchToProps)(StepForm)
\ No newline at end of file

--
Gitblit v1.8.0