|
@@ -489,7 +489,7 @@ export default {
|
|
|
handleAdd() {
|
|
|
this.reset();
|
|
|
this.open = true;
|
|
|
- this.title = this.$t('新增') + " " + this.$t('新员工培训');
|
|
|
+ this.title = this.$t('新增') + this.$t('空格') + this.$t('新员工培训');
|
|
|
},
|
|
|
/** 修改按钮操作 */
|
|
|
handleUpdate(row) {
|
|
@@ -498,7 +498,7 @@ export default {
|
|
|
getNewemployee(id).then(response => {
|
|
|
this.form = response.data;
|
|
|
this.open = true;
|
|
|
- this.title = this.$t('修改') + " " + this.$t('新员工培训');
|
|
|
+ this.title = this.$t('修改') + this.$t('新员工培训');
|
|
|
});
|
|
|
},
|
|
|
/** 提交按钮 */
|