cq 3 년 전
부모
커밋
47a1298065
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ui/src/views/production/accident/index.vue

+ 1 - 1
ui/src/views/production/accident/index.vue

@@ -633,7 +633,7 @@
         getAccident(id).then(response => {
           this.form = response.data;
           this.open = true;
-          this.title = this.$t('修改') + " " + this.$t('隐患排查');
+          this.title = this.$t('修改')+ this.$t('隐患排查');
         });
       },
       /** 提交按钮 */