From 3abd0b0f36935825f00259a7b9ae2d90c6c9cff6 Mon Sep 17 00:00:00 2001 From: sususu98 Date: Mon, 27 Oct 2025 16:35:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BC=96=E8=BE=91Console=E8=B4=A6?= =?UTF-8?q?=E6=88=B7=E8=A1=A8=E5=8D=95=E5=89=8D=E5=85=88=E8=AF=BB=E5=8F=96?= =?UTF-8?q?maxConcurrentTasks=E5=B9=B6=E6=98=BE=E7=A4=BA=EF=BC=8C=E9=98=B2?= =?UTF-8?q?=E6=AD=A2=E6=AF=8F=E6=AC=A1=E7=BC=96=E8=BE=91Console=E8=B4=A6?= =?UTF-8?q?=E6=88=B7=E5=B9=B6=E5=8F=91=E9=99=90=E5=88=B6=E9=83=BD=E8=A2=AB?= =?UTF-8?q?=E9=87=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/admin-spa/src/components/accounts/AccountForm.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/admin-spa/src/components/accounts/AccountForm.vue b/web/admin-spa/src/components/accounts/AccountForm.vue index 4b5e46b7..b9744b89 100644 --- a/web/admin-spa/src/components/accounts/AccountForm.vue +++ b/web/admin-spa/src/components/accounts/AccountForm.vue @@ -5385,7 +5385,9 @@ watch( // 额度管理字段 dailyQuota: newAccount.dailyQuota || 0, dailyUsage: newAccount.dailyUsage || 0, - quotaResetTime: newAccount.quotaResetTime || '00:00' + quotaResetTime: newAccount.quotaResetTime || '00:00', + // 并发控制字段 + maxConcurrentTasks: newAccount.maxConcurrentTasks || 0 } // 如果是Claude Console账户,加载实时使用情况