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
     },