外宿申请-申请状态文字变更
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user