This commit is contained in:
2025-11-06 09:47:40 +08:00
parent 0a0e484349
commit a4eaf0d5cb
8 changed files with 735 additions and 282 deletions

View File

@@ -44,12 +44,12 @@
</template>
</el-table-column>
<el-table-column label="Recommendation" width="160" align="center">
<!-- <el-table-column label="Recommendation" width="160" align="center">
<template slot-scope="scope">
<b v-if="scope.row.recommend == 1||scope.row.recommend == 2">Accept</b>
<b v-if="scope.row.recommend == 3||scope.row.recommend == 4">Reject</b>
</template>
</el-table-column>
</el-table-column> -->
<el-table-column label=" " width="230">
<template slot-scope="scope">
<router-link