增加AI审核

This commit is contained in:
2025-04-18 12:56:03 +08:00
parent 91f957a750
commit c2a3789e23
4 changed files with 251 additions and 60 deletions

View File

@@ -8,6 +8,7 @@
<div class="container">
<div class="handle-box">
<el-button type="primary" icon="el-icon-plus" @click="openAddRev">Reviewer Bank</el-button>
<el-button type="primary" icon="el-icon-plus" @click="openSuggRev">Reviewers Suggested By Author
({{tableSuggest.length}})</el-button>
<!-- <el-button type="primary" icon="el-icon-circle-plus-outline" @click="editVisible1 = true">Supplement</el-button> -->
@@ -435,6 +436,7 @@
}
});
},
//初始化审查员列表
initreviewerList() {
this.$api