diff --git a/src/components/editEl/industrySolutionsEl/el1.vue b/src/components/editEl/industrySolutionsEl/el1.vue
new file mode 100644
index 0000000..3667cb0
--- /dev/null
+++ b/src/components/editEl/industrySolutionsEl/el1.vue
@@ -0,0 +1,63 @@
+
+
+
+
+{{ data.title }}
+
+
+
+
+
+{{ data.value }}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/editEl/industrySolutionsEl/el2.vue b/src/components/editEl/industrySolutionsEl/el2.vue
new file mode 100644
index 0000000..8e59b06
--- /dev/null
+++ b/src/components/editEl/industrySolutionsEl/el2.vue
@@ -0,0 +1,218 @@
+
+
+
+
+{{ data.title }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.title }}
+
+
+ {{ item.value }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/editEl/industrySolutionsEl/el3.vue b/src/components/editEl/industrySolutionsEl/el3.vue
new file mode 100644
index 0000000..2b461ab
--- /dev/null
+++ b/src/components/editEl/industrySolutionsEl/el3.vue
@@ -0,0 +1,178 @@
+
+
+
+
+{{ data.title }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/editEl/uploadEl.vue b/src/components/editEl/uploadEl.vue
index d9bd8c0..277cd16 100644
--- a/src/components/editEl/uploadEl.vue
+++ b/src/components/editEl/uploadEl.vue
@@ -7,7 +7,7 @@
:show-file-list="false"
:on-success="handleAvatarSuccess"
:before-upload="beforeAvatarUpload">
-
@@ -16,7 +16,10 @@