diff --git a/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue b/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue index 8d9abe1..0415f76 100644 --- a/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue +++ b/ruoyi-ui/src/views/ccdiProject/components/ProjectTable.vue @@ -106,24 +106,45 @@ fixed="right" > @@ -190,16 +211,20 @@ export default { return '' }, - handleDetail(row) { - this.$emit('detail', row) + handleEnter(row) { + this.$emit('enter', row) }, - handleEdit(row) { - this.$emit('edit', row) + handleViewResult(row) { + this.$emit('view-result', row) }, - handleDelete(row) { - this.$emit('delete', row) + handleReAnalyze(row) { + this.$emit('re-analyze', row) + }, + + handleArchive(row) { + this.$emit('archive', row) }, handleSizeChange(val) {