Administrator
2021-08-13 a9cbb53762cdd0fce830faaed3b0bb2ff7a40533
成绩查看修改,批量报名修改
5 files modified
11 ■■■■ changed files
src/views/exam/performance.vue 3 ●●●● patch | view | raw | blame | history
src/views/exam/singleperformance.vue 1 ●●●● patch | view | raw | blame | history
src/views/trainExam/performance.vue 3 ●●●● patch | view | raw | blame | history
src/views/trainExam/singleperformance.vue 1 ●●●● patch | view | raw | blame | history
src/views/traincompany/index.vue 3 ●●●● patch | view | raw | blame | history
src/views/exam/performance.vue
@@ -158,6 +158,7 @@
                trigger: "blur",
              },
            ],
            overHidden:true,
          },
          {
            label: "保安姓名",
@@ -279,7 +280,7 @@
              label: "总成绩",
              prop: "allGrade",
              slot: true,
              hide:true,
              // hide:true,
              // 表单新增时是否禁止
              addDisabled: false,
              viewDisplay:false,
src/views/exam/singleperformance.vue
@@ -149,6 +149,7 @@
                trigger: "blur",
              },
            ],
            overHidden:true,
          },
          {
            label: "保安姓名",
src/views/trainExam/performance.vue
@@ -158,6 +158,7 @@
                trigger: "blur",
              },
            ],
            overHidden:true,
          },
          {
            label: "保安姓名",
@@ -279,7 +280,7 @@
              label: "总成绩",
              prop: "allGrade",
              slot: true,
              hide:true,
              // hide:true,
              // 表单新增时是否禁止
              addDisabled: false,
              viewDisplay:false,
src/views/trainExam/singleperformance.vue
@@ -149,6 +149,7 @@
                trigger: "blur",
              },
            ],
            overHidden:true,
          },
          {
            label: "保安姓名",
src/views/traincompany/index.vue
@@ -3,7 +3,7 @@
 * @Date: 2021-07-07 17:30:05
 * @Last Modified by: Morpheus
 * @Last Modified time: 2021-07-10 16:06:14
 * menu-name 保安培训单位
 * menu-name 保安培训报名
 */
<template>
  <basic-container>
@@ -286,6 +286,7 @@
    submit(){
        batchTrain({
          userIds: this.formTrainApply.userId.join(","),
          trainingUnitId: this.formTrainApply.trainingUnitId
        }).then(
          (res) => {
            this.onLoad(this.page);