ggooalice 2 년 전
부모
커밋
98c9d2a7d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/contract/index.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/contract/index.vue

@@ -484,7 +484,7 @@ export default {
       this.typeItemDialog = true
     },
     typeItemEdit(row){
-      this.typeTitle = $t('bian-ji')
+      this.typeTitle = this.$t('bian-ji')
       this.typeItemForm = JSON.parse(JSON.stringify(row))
       this.typeItemDialog = true
     },