fix(BUG 517): 修改账号管理对话框标题
- 将编辑状态下的对话框标题从"功能分配"改为"编辑账号" - 优化用户体验,使对话框标题与操作内容更加匹配
This commit is contained in:
@@ -87,7 +87,7 @@ export default {
|
||||
return !!this.dialogForm.id
|
||||
},
|
||||
dialogTitle() {
|
||||
return this.isEdit ? '功能分配' : '添加账号'
|
||||
return this.isEdit ? '编辑账号' : '添加账号'
|
||||
},
|
||||
colConfigs() {
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user