diff --git a/src/assets/images/index/car.png b/src/assets/images/index/car.png
new file mode 100644
index 000000000..952e36b5e
Binary files /dev/null and b/src/assets/images/index/car.png differ
diff --git a/src/assets/images/index/house1.png b/src/assets/images/index/house1.png
new file mode 100644
index 000000000..06ce863f5
Binary files /dev/null and b/src/assets/images/index/house1.png differ
diff --git a/src/assets/images/index/notselect.png b/src/assets/images/index/notselect.png
new file mode 100644
index 000000000..5363a1458
Binary files /dev/null and b/src/assets/images/index/notselect.png differ
diff --git a/src/assets/images/index/resident.png b/src/assets/images/index/resident.png
new file mode 100644
index 000000000..7c87f4681
Binary files /dev/null and b/src/assets/images/index/resident.png differ
diff --git a/src/assets/images/index/select.png b/src/assets/images/index/select.png
new file mode 100644
index 000000000..d8dbb6e52
Binary files /dev/null and b/src/assets/images/index/select.png differ
diff --git a/src/assets/images/index/unit.png b/src/assets/images/index/unit.png
new file mode 100644
index 000000000..e389e7ffd
Binary files /dev/null and b/src/assets/images/index/unit.png differ
diff --git a/src/assets/scss/pages/smartImport.scss b/src/assets/scss/pages/smartImport.scss
index 3a92756c9..1324b3032 100644
--- a/src/assets/scss/pages/smartImport.scss
+++ b/src/assets/scss/pages/smartImport.scss
@@ -99,6 +99,46 @@
color: #666666;
}
+ }
+ .steps1 {
+ width: 80%;
+ /deep/ .el-step__main {
+ position: absolute;
+ left: 24px;
+ top: -5px;
+ z-index: 10;
+ background: #fff;
+ width: 120px;
+ padding-left: 10px;
+ }
+ /deep/ .is-finish {
+ .el-step__icon {
+ background: #0056d6;
+ color: #fff;
+ }
+ }
+ /deep/ .is-process {
+ color: #000;
+ font-weight: 400;
+ .el-step__icon {
+ background: #cbcbcb;
+ color: #fff;
+ border-color: #cbcbcb;
+ }
+ }
+ /deep/ .is-wait {
+ color: #000;
+ .el-step__icon {
+ background: #cbcbcb;
+ color: #fff;
+ border-color: #cbcbcb;
+ }
+ }
+ /deep/ .el-step__description{
+ width: 300px;
+ color: #666666;
+ }
+
}
@keyframes rotate {
from {
diff --git a/src/views/modules/base/smartExcel/cpts/excel-created-task.vue b/src/views/modules/base/smartExcel/cpts/excel-created-task.vue
new file mode 100644
index 000000000..ae5436079
--- /dev/null
+++ b/src/views/modules/base/smartExcel/cpts/excel-created-task.vue
@@ -0,0 +1,344 @@
+
+
+ {{ item.name }}
+
+
+