From e350aab1bd23c8d23d54b2045fcc1a0506f7ffb7 Mon Sep 17 00:00:00 2001
From: cagedbird043
Date: Thu, 26 Feb 2026 15:24:50 +0800
Subject: [PATCH 1/3] =?UTF-8?q?fix(frontend):=20=E6=89=B9=E9=87=8F?=
=?UTF-8?q?=E7=BC=96=E8=BE=91=E6=B7=BB=E5=8A=A0=E8=B7=A8=E5=B9=B3=E5=8F=B0?=
=?UTF-8?q?=E6=A8=A1=E5=9E=8B=E6=98=A0=E5=B0=84=E8=AD=A6=E5=91=8A=E4=B8=8E?=
=?UTF-8?q?=E8=BF=87=E6=BB=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 新增 selectedPlatforms prop,从父组件传入选中账号的平台集合
- 根据选中平台过滤模型列表与预设映射按钮,避免误操作
- 混选多平台时显示 amber 警告横幅,提醒用户注意映射适用性
- 仅警告不阻断,保持加法兼容
---
.../account/BulkEditAccountModal.vue | 42 +++++++++++++++++--
frontend/src/views/admin/AccountsView.vue | 12 +++++-
2 files changed, 49 insertions(+), 5 deletions(-)
diff --git a/frontend/src/components/account/BulkEditAccountModal.vue b/frontend/src/components/account/BulkEditAccountModal.vue
index 62a1d9a2..57348955 100644
--- a/frontend/src/components/account/BulkEditAccountModal.vue
+++ b/frontend/src/components/account/BulkEditAccountModal.vue
@@ -21,6 +21,16 @@
+
+
+
+
+ {{ t('admin.accounts.bulkEdit.mixedPlatformWarning', { platforms: selectedPlatforms.join(', ') }) }}
+
+
+
@@ -157,7 +167,7 @@