소스 검색

报销功能修改

lizhenhao 2 년 전
부모
커밋
653184fe30
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/modules/cw/reimbursementApproval/info/InfoForm.vue

+ 3 - 3
src/views/modules/cw/reimbursementApproval/info/InfoForm.vue

@@ -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.inputForm.id = id
-          this.title = '查看报销类型'
+          this.title = '报销详情'
         } else if (method === 'addChild') {
           this.title = '添加下级结构'
           this.inputForm.parentId = id