This commit is contained in:
2025-09-11 16:54:20 +08:00
parent abb4b10b6b
commit 832be81848
3 changed files with 21 additions and 18 deletions

View File

@@ -42,9 +42,9 @@
</el-col>
</el-row>
<div style="text-align: center;margin-top: 12px;">
<el-button type="success" @click="saveNow()" style="margin-right: 20px;width: 250px;">Review Now
<el-button type="success" @click="saveNow()" style="margin-right: 20px;width: 250px;">Accept for final decision
</el-button>
<el-button type="danger" @click="saveRef()" style="width: 250px;">Reject to review</el-button>
<el-button type="danger" @click="saveRef()" style="width: 250px;">Decline final review</el-button>
</div>
</el-card>
@@ -119,6 +119,9 @@
this.txt_mess = {...res.data.article,majorList:res.data.article.major?res.data.article.major.join(','):[]}
if(res.data.article.state==0){
}
})
.catch(err => {