diff --git a/src/assets/images/index/loading.png b/src/assets/images/index/loading.png new file mode 100644 index 000000000..5c8e36ff2 Binary files /dev/null and b/src/assets/images/index/loading.png differ diff --git a/src/assets/scss/pages/smartImport.scss b/src/assets/scss/pages/smartImport.scss new file mode 100644 index 000000000..b8863eb9f --- /dev/null +++ b/src/assets/scss/pages/smartImport.scss @@ -0,0 +1,103 @@ +.m-detail-main { + padding: 20px 20px 0; + .title-small{ + position: relative; + &::after{ + content: ''; + width: 4px; + height: 16px; + background-color: #0056d6; + position: absolute; + left: -20px; + top: 0px; + } + } + } + + .content_box{ + display: flex; + .left{ + width: 50%; + .rotate{ + animation: rotate 5s infinite linear; + } + .u-item-width-normal{ + width: 240px; + } + .text-center{ + border: 1px #c5c9d1 dashed ; + width: calc( 100% - 20px); + height: 175px; + display: flex; + justify-content: center; + align-items: center; + .el-upload__text{ + color: #c5c9d1; + } + } + } + .right{ + padding: 15px; + width: 50%; + background: #f5f7fa; + border-radius: 3px; + h4{ + margin-top: 0; + line-height: 19px; + } + .textBtn{ + padding: 0px; + margin: 0 5px; + } + } + + } + .steps { + width: 80%; + /deep/ .el-step__main { + position: absolute; + left: 24px; + top: -5px; + z-index: 10; + background: #fff; + width: 100px; + 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: #cbcbcb; + } + + } + @keyframes rotate { + from { + transform: rotate(0deg); + } + to { + transform: rotate(-360deg); + } + } + \ No newline at end of file diff --git a/src/views/modules/base/smartImport.vue b/src/views/modules/base/smartImport.vue deleted file mode 100644 index bc0d46232..000000000 --- a/src/views/modules/base/smartImport.vue +++ /dev/null @@ -1,513 +0,0 @@ - - - - - diff --git a/src/views/modules/base/smartImport/cpts/completeTask.vue b/src/views/modules/base/smartImport/cpts/completeTask.vue new file mode 100644 index 000000000..fdc34df62 --- /dev/null +++ b/src/views/modules/base/smartImport/cpts/completeTask.vue @@ -0,0 +1,70 @@ + + + + \ No newline at end of file diff --git a/src/views/modules/base/smartImport/cpts/createdTask.vue b/src/views/modules/base/smartImport/cpts/createdTask.vue new file mode 100644 index 000000000..c49cb6233 --- /dev/null +++ b/src/views/modules/base/smartImport/cpts/createdTask.vue @@ -0,0 +1,196 @@ + + + + \ No newline at end of file diff --git a/src/views/modules/base/smartImport/cpts/executeTask.vue b/src/views/modules/base/smartImport/cpts/executeTask.vue new file mode 100644 index 000000000..030144c8a --- /dev/null +++ b/src/views/modules/base/smartImport/cpts/executeTask.vue @@ -0,0 +1,92 @@ + + + + \ No newline at end of file diff --git a/src/views/modules/base/smartImport/cpts/smartImportAdd.vue b/src/views/modules/base/smartImport/cpts/smartImportAdd.vue new file mode 100644 index 000000000..38d965da2 --- /dev/null +++ b/src/views/modules/base/smartImport/cpts/smartImportAdd.vue @@ -0,0 +1,51 @@ + + + + \ No newline at end of file diff --git a/src/views/modules/base/smartImport/cpts/smartImportDetail.vue b/src/views/modules/base/smartImport/cpts/smartImportDetail.vue new file mode 100644 index 000000000..75baf8593 --- /dev/null +++ b/src/views/modules/base/smartImport/cpts/smartImportDetail.vue @@ -0,0 +1,23 @@ + + + + \ No newline at end of file diff --git a/src/views/modules/base/smartImport/cpts/smartImportInfo.vue b/src/views/modules/base/smartImport/cpts/smartImportInfo.vue new file mode 100644 index 000000000..a864362ac --- /dev/null +++ b/src/views/modules/base/smartImport/cpts/smartImportInfo.vue @@ -0,0 +1,39 @@ + + + diff --git a/src/views/modules/base/smartImport/index.vue b/src/views/modules/base/smartImport/index.vue new file mode 100644 index 000000000..d04815a3c --- /dev/null +++ b/src/views/modules/base/smartImport/index.vue @@ -0,0 +1,276 @@ + + + + + \ No newline at end of file