外宿申请-申请状态文字变更

This commit is contained in:
2025-12-22 16:19:10 +08:00
parent 95e7379cfa
commit 6c0e5035b4

View File

@@ -134,7 +134,7 @@
<!-- 调整顺序驳回优先级最高 -->
<el-tag v-else-if="scope.row.status == 0 || scope.row.status == ''" type="info">待提交</el-tag>
<el-tag v-else-if="scope.row.status == 1">待辅导员审批</el-tag>
<el-tag v-else-if="scope.row.status == 2">待学院书记审批</el-tag>
<el-tag v-else-if="scope.row.status == 2">二级学院书记审批</el-tag>
<el-tag v-else-if="scope.row.status == 3">待学工处审批</el-tag>
<el-tag v-else-if="scope.row.status == 4">待学校领导审批</el-tag>
<el-tag v-else-if="scope.row.status == 5" type="success">审核通过</el-tag>