This commit is contained in:
2025-09-01 13:05:33 +08:00
parent d71f54f1f7
commit 4c30099d77
14 changed files with 510 additions and 136 deletions

View File

@@ -33,7 +33,7 @@
<b v-if="scope.row.astate == 3">Reject</b>
<b v-if="scope.row.astate == 4">Revision</b>
<b v-if="scope.row.astate == 5">Accept</b>
<b v-if="scope.row.astate == 8">Final Review</b>
<b v-if="scope.row.astate == 8">Final Decision</b>
<b v-if="scope.row.astate == 6">Pre-accept</b>
</template>
</el-table-column>