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