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