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