ggooalice 2 år sedan
förälder
incheckning
98c9d2a7d3
1 ändrade filer med 1 tillägg och 1 borttagningar
  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
     },