GuLiMmo
2024-01-15 9fc6db6472b1b8a5e8b78849b9a363d2cb5eb0ee
src/views/assessment/assessmentTask.vue
@@ -24,11 +24,11 @@
            考核设置
          </el-button>
          <el-button type="primary" icon="el-icon-view" text @click="handleAssessorDetails(row)">
            考核人员详情
            考核结果详情
          </el-button>
          <el-button type="primary" icon="el-icon-view" text @click="handleTaskResult(row)">
          <!-- <el-button type="primary" icon="el-icon-view" text @click="handleTaskResult(row)">
            考核结果
          </el-button>
          </el-button> -->
          <el-button type="danger" icon="el-icon-delete" text @click="rowDel(row)">
            删除
          </el-button>
@@ -142,6 +142,11 @@
      return ids.join(",");
    }
  },
  provide() {
    return {
      type: () => this.defaultTaskType
    }
  },
  methods: {
    handleTaskSetting(row) {
      this.curIndex = 1;