|
@@ -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('培训计划');
|
|
|
});
|
|
|
},
|
|
|
/** 提交按钮 */
|