diff --git a/src/assets/styles/archives-manage.scss b/src/assets/styles/archives-manage.scss index 609bdec..bacc06b 100644 --- a/src/assets/styles/archives-manage.scss +++ b/src/assets/styles/archives-manage.scss @@ -758,7 +758,7 @@ color: #0C0E1E; &.is-anjuan{ background: url("~@/assets/images/collect/aj.png") no-repeat left -2px; - background-size: 50px 39px; + background-size: 50px 39px; } &.is-juannei{ background: url("~@/assets/images/collect/jn.png") no-repeat left top; diff --git a/src/assets/styles/yxk-admin.scss b/src/assets/styles/yxk-admin.scss index d3feb12..4a03122 100644 --- a/src/assets/styles/yxk-admin.scss +++ b/src/assets/styles/yxk-admin.scss @@ -1939,6 +1939,21 @@ input[type ='number'] { } } +// 2023-10-8 +.upload-bgColor{ + position: relative; + .upload-input{ + position: absolute; + left: 0; + top: 0; + opacity: 0; + } + .el-button{ + color: #fff !important; + background-color: #1F55EB !important; + border: none !important; + } +} .row-state{ display: inline-block; diff --git a/src/views/collectReorganizi/batchConnection/index.vue b/src/views/collectReorganizi/batchConnection/index.vue index 0b60cc0..f821a4f 100644 --- a/src/views/collectReorganizi/batchConnection/index.vue +++ b/src/views/collectReorganizi/batchConnection/index.vue @@ -1,215 +1,165 @@ diff --git a/src/views/collectReorganizi/batchConnection/module/detail.vue b/src/views/collectReorganizi/batchConnection/module/detail.vue new file mode 100644 index 0000000..4f2ad7b --- /dev/null +++ b/src/views/collectReorganizi/batchConnection/module/detail.vue @@ -0,0 +1,72 @@ + + + + + diff --git a/src/views/collectReorganizi/batchConnection/module/form.vue b/src/views/collectReorganizi/batchConnection/module/form.vue new file mode 100644 index 0000000..a8ec7e5 --- /dev/null +++ b/src/views/collectReorganizi/batchConnection/module/form.vue @@ -0,0 +1,151 @@ + + + + + diff --git a/src/views/collectReorganizi/batchConnection/table.json b/src/views/collectReorganizi/batchConnection/table.json new file mode 100644 index 0000000..5d58784 --- /dev/null +++ b/src/views/collectReorganizi/batchConnection/table.json @@ -0,0 +1,13 @@ +[ + { + "id": "005E76FEC5A2AAB368CA1F", + "code": "e57d742c-7d0d-4704-a12a-f9d8d2777d24", + "type": "跳过", + "filed": "$archival_code$", + "total": 5, + "success": 5, + "error": 0, + "create_by": "admin", + "create_time": 1687330805000 + } + ] diff --git a/src/views/components/categoryTree.vue b/src/views/components/categoryTree.vue new file mode 100644 index 0000000..b319abb --- /dev/null +++ b/src/views/components/categoryTree.vue @@ -0,0 +1,181 @@ + + + + +