diff --git a/src/assets/styles/archives-manage.scss b/src/assets/styles/archives-manage.scss index 1d3b34c..305cf8b 100644 --- a/src/assets/styles/archives-manage.scss +++ b/src/assets/styles/archives-manage.scss @@ -711,6 +711,7 @@ .collect-header{ display: flex; justify-content: space-between; + height: 73px; padding: 20px 10px 0 20px; border-top: 1px solid #EDEFF3; h4{ diff --git a/src/views/collectReorganizi/collectionLibrary/anjuan/tableList.vue b/src/views/collectReorganizi/collectionLibrary/anjuan/tableList.vue index a50f5bd..38e4d54 100644 --- a/src/views/collectReorganizi/collectionLibrary/anjuan/tableList.vue +++ b/src/views/collectReorganizi/collectionLibrary/anjuan/tableList.vue @@ -97,9 +97,15 @@ export default { }, watch: { selectedCategory: function(newValue, oldValue) { + this.selections = [] + this.$refs.table.clearSelection() }, tableDisplayFields(val) { this.doLayout() + }, + activeIndex(newValue) { + this.selections = [] + this.$refs.table.clearSelection() } }, created() { diff --git a/src/views/collectReorganizi/collectionLibrary/file/index.vue b/src/views/collectReorganizi/collectionLibrary/file/index.vue index 17b0e00..3f0a228 100644 --- a/src/views/collectReorganizi/collectionLibrary/file/index.vue +++ b/src/views/collectReorganizi/collectionLibrary/file/index.vue @@ -8,16 +8,74 @@ direction="rtl" :size="selectedCategory.isType === 3 ? '80%' : selectedCategory.isType === 5 ? '90%' : '70%'" > - + + + + + + + + + + + + + + + + + + +