@@ -634,13 +634,13 @@
departmentName: ''
}
if (method === 'add') {
- this.title = `新建报销类型`
+ this.title = `新建报销`
} else if (method === 'edit') {
this.inputForm.id = id
- this.title = '修改报销类型'
+ this.title = '报销修改'
} else if (method === 'view') {
- this.title = '查看报销类型'
+ this.title = '报销详情'
} else if (method === 'addChild') {
this.title = '添加下级结构'
this.inputForm.parentId = id