From e04ee6e10b8546036057870e0faa4a557ff7c20e Mon Sep 17 00:00:00 2001 From: Glaxky <191250075@smail.nju.edu.cn> Date: Tue, 26 Mar 2024 21:20:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=9D=9E=E5=AD=A6?= =?UTF-8?q?=E7=94=9F=E4=B8=80=E4=BD=9C=E5=AE=A1=E7=A8=BF=E4=B8=AD=E4=BD=9C?= =?UTF-8?q?=E8=80=85=E6=97=A0=E6=B3=95=E7=BC=96=E8=BE=91=E8=AE=BA=E6=96=87?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/paper/paperByProfessor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/paper/paperByProfessor.vue b/src/views/paper/paperByProfessor.vue index 65283dc..c018cea 100644 --- a/src/views/paper/paperByProfessor.vue +++ b/src/views/paper/paperByProfessor.vue @@ -463,7 +463,7 @@ export default { this.$emit('modifyProfessor', item) } else { this.$message({ - message: '只有论文作者(且论文状态处于“审稿中”)才可以操作', + message: `只有论文作者(且论文状态处于“审稿中”)才可以操作${item.result}`, type: 'warning' }) }