Forráskód Böngészése

报销功能修改

lizhenhao 2 éve
szülő
commit
653184fe30

+ 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