cq hace 3 años
padre
commit
09f7d03797
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      ui/src/views/training/regular/index.vue

+ 2 - 2
ui/src/views/training/regular/index.vue

@@ -583,7 +583,7 @@
         this.getDicts("ACTUALPOST").then(response => {
           this.designatedPositionOptions = response.data;
         });
-        this.title = this.$t('添加') + this.$t('装置') + this.$t('培训计划');
+        this.title = this.$t('添加') + this.$t('装置') +this.$t('空格') + this.$t('培训计划');
       },
       /** 修改按钮操作 */
       handleUpdate(row) {
@@ -674,7 +674,7 @@
             this.form.notPlan = false
           }
           this.open = true;
-          this.title = this.$t('修改') + this.$t('装置') + this.$t('培训计划');
+          this.title = this.$t('修改') + this.$t('装置') +this.$t('空格') + this.$t('培训计划');
         });
       },
       /** 提交按钮 */