|
@@ -572,7 +572,7 @@ export default {
|
|
|
handleAdd() {
|
|
|
this.reset();
|
|
|
this.open = true;
|
|
|
- this.title = "添加进组培训模版";
|
|
|
+ this.title = "添加装置级培训模版";
|
|
|
},
|
|
|
/** 修改按钮操作 */
|
|
|
handleUpdate(row) {
|
|
@@ -581,7 +581,7 @@ export default {
|
|
|
getFirstPlanTmpl(id).then(response => {
|
|
|
this.form = response.data;
|
|
|
this.open = true;
|
|
|
- this.title = "修改进组培训模版";
|
|
|
+ this.title = "修改装置级培训模版";
|
|
|
});
|
|
|
},
|
|
|
/** 提交按钮 */
|
|
@@ -621,7 +621,7 @@ export default {
|
|
|
/** 导出按钮操作 */
|
|
|
handleExport() {
|
|
|
const queryParams = this.queryParams;
|
|
|
- this.$confirm('是否确认导出所有进组培训模版数据项?', "警告", {
|
|
|
+ this.$confirm('是否确认导出所有装置级培训模版数据项?', "警告", {
|
|
|
confirmButtonText: "确定",
|
|
|
cancelButtonText: "取消",
|
|
|
type: "warning"
|