Prechádzať zdrojové kódy

导师带徒 优化字段

jiangbiao 1 rok pred
rodič
commit
9bd289ba00

+ 3 - 3
ui/src/views/training/bccnew/firstPlanTmpl/index.vue

@@ -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"

+ 3 - 3
ui/src/views/training/bccnew/firstplan/index.vue

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

+ 3 - 3
ui/src/views/training/bccnew/firstplan/index_student.vue

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