fix(BUG 517): 修改账号管理对话框标题

- 将编辑状态下的对话框标题从"功能分配"改为"编辑账号"
- 优化用户体验,使对话框标题与操作内容更加匹配
This commit is contained in:
aixianling
2025-01-08 16:27:59 +08:00
parent 7a21ab3804
commit 44f11be05c

View File

@@ -87,7 +87,7 @@ export default {
return !!this.dialogForm.id
},
dialogTitle() {
return this.isEdit ? '功能分配' : '添加账号'
return this.isEdit ? '编辑账号' : '添加账号'
},
colConfigs() {
return [