diff --git a/src/components/Sync/SyncComponent.vue b/src/components/Sync/SyncComponent.vue index 28393d9..dd0aa7e 100644 --- a/src/components/Sync/SyncComponent.vue +++ b/src/components/Sync/SyncComponent.vue @@ -138,8 +138,10 @@
- 已选择{{ ' ' + - Array.from(selectedItems.values()).length + ' ' }}条 + 已选择 + + {{ ' ' + selectedSize + ' ' }} +
@@ -207,17 +209,18 @@ diff --git a/src/views/synchronization/directive/index2.vue b/src/views/synchronization/directive/index2.vue index 66227f9..dcde33e 100644 --- a/src/views/synchronization/directive/index2.vue +++ b/src/views/synchronization/directive/index2.vue @@ -1,6 +1,7 @@