From 345b51130fcdfa75e04d3560744a43c7af60b198 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Fri, 30 May 2025 16:49:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=83=A8=E9=97=A8=E7=AE=A1=E7=90=86=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=9C=81=E3=80=81=E5=B8=82=E3=80=81=E5=8C=BA=E9=80=89?= =?UTF-8?q?=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Sync/SyncComponent.vue | 62 ++--- .../synchronization/directive/index2.vue | 162 +++++------ src/views/system/category/category.api.ts | 2 +- src/views/system/category/category.data.ts | 6 + .../category/components/CategoryModal.vue | 6 +- src/views/system/category/index.vue | 3 + .../depart/components/DepartFormModal.vue | 208 ++++++++------ .../depart/components/DepartFormTab.vue | 258 +++++++++++------- src/views/system/depart/depart.data.ts | 30 +- 9 files changed, 407 insertions(+), 330 deletions(-) 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 @@