From 44f11be05cf76a1990017daf6ea75ce093307ffa Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 8 Jan 2025 16:27:59 +0800 Subject: [PATCH] =?UTF-8?q?fix(BUG=20517):=20=E4=BF=AE=E6=94=B9=E8=B4=A6?= =?UTF-8?q?=E5=8F=B7=E7=AE=A1=E7=90=86=E5=AF=B9=E8=AF=9D=E6=A1=86=E6=A0=87?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将编辑状态下的对话框标题从"功能分配"改为"编辑账号" - 优化用户体验,使对话框标题与操作内容更加匹配 --- project/xumu/AppAccountManage/AppAccountManage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xumu/AppAccountManage/AppAccountManage.vue b/project/xumu/AppAccountManage/AppAccountManage.vue index d3ab2b50..4fe45870 100644 --- a/project/xumu/AppAccountManage/AppAccountManage.vue +++ b/project/xumu/AppAccountManage/AppAccountManage.vue @@ -87,7 +87,7 @@ export default { return !!this.dialogForm.id }, dialogTitle() { - return this.isEdit ? '功能分配' : '添加账号' + return this.isEdit ? '编辑账号' : '添加账号' }, colConfigs() { return [