| | |
| | | 考核设置 |
| | | </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> |
| | |
| | | return ids.join(","); |
| | | } |
| | | }, |
| | | provide() { |
| | | return { |
| | | type: () => this.defaultTaskType |
| | | } |
| | | }, |
| | | methods: { |
| | | handleTaskSetting(row) { |
| | | this.curIndex = 1; |