| | |
| | | if (value) { |
| | | ElMessage.warning('当前候选人已存在,不可重复添加!!') |
| | | loading() |
| | | return |
| | | return |
| | | } |
| | | addCandidate({ |
| | | evaluateTaskId: id, |
| | |
| | | }) |
| | | </script> |
| | | |
| | | <style lang="scss" scoped></style> |
| | | <style lang="scss" scoped> |
| | | </style> |
| | |
| | | <template #menu-left> |
| | | <el-button type="danger" icon="el-icon-delete" plain v-if="permission.leaveWords_delete" @click="handleDelete">删 除 |
| | | </el-button> |
| | | <el-button type="warning" plain icon="el-icon-download" @click="handleExport">导 出 |
| | | </el-button> |
| | | <!-- <el-button type="warning" plain icon="el-icon-download" @click="handleExport">导 出 |
| | | </el-button> --> |
| | | </template> |
| | | <template #content="{ row }"> |
| | | <el-tooltip effect="dark" placement="top" class="content"> |