Skip to content

Commit

Permalink
fix: 修复非学生一作审稿中作者无法编辑论文的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
GLaxky committed Mar 26, 2024
1 parent 55827a1 commit e04ee6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/paper/paperByProfessor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ export default {
this.$emit('modifyProfessor', item)
} else {
this.$message({
message: '只有论文作者(且论文状态处于“审稿中”)才可以操作',
message: `只有论文作者(且论文状态处于“审稿中”)才可以操作${item.result}`,
type: 'warning'
})
}
Expand Down

0 comments on commit e04ee6e

Please sign in to comment.