Commit 1ed9ce12 authored by 罗超's avatar 罗超

1

parent f670e362
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<el-select size="small" v-model="msg.CandidateState" filterable @change="(msg.pageIndex = 1), getList()" <el-select size="small" v-model="msg.CandidateState" filterable @change="(msg.pageIndex = 1), getList()"
placeholder="请选择"> placeholder="请选择">
<el-option label="不限" :value="0"></el-option> <el-option label="不限" :value="0"></el-option>
<el-option label="报名中" :value="1"></el-option> <el-option label="未评比" :value="1"></el-option>
<el-option label="候选" :value="2"></el-option> <el-option label="候选" :value="2"></el-option>
<el-option label="淘汰" :value="3"></el-option> <el-option label="淘汰" :value="3"></el-option>
</el-option> </el-option>
...@@ -78,14 +78,14 @@ ...@@ -78,14 +78,14 @@
<el-table-column prop="Status" label="状态" width='140'> <el-table-column prop="Status" label="状态" width='140'>
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.CandidateState==1">报名中</span> <!-- <span v-if="scope.row.CandidateState==1">报名中</span>
<span v-if="scope.row.CandidateState==2">候选</span> <span v-if="scope.row.CandidateState==2">候选</span>
<span v-if="scope.row.CandidateState==3">淘汰</span> <span v-if="scope.row.CandidateState==3">淘汰</span> -->
<!-- <span v-if="scope.row.RankListState==1">榜(第{{scope.row.Rank}}名)</span> <span v-if="scope.row.RankListState==1">榜(第{{scope.row.Rank}}名)</span>
<span v-else-if="scope.row.CandidateState==2">表淘汰</span> <span v-else-if="scope.row.CandidateState==2">候选</span>
<span v-else-if="scope.row.CandidateState==3">未评比</span> <span v-else-if="scope.row.CandidateState==3">淘汰</span>
<span v-else>未评比</span> --> <span v-else>未评比</span>
</template> </template>
</el-table-column> </el-table-column>
...@@ -180,8 +180,6 @@ ...@@ -180,8 +180,6 @@
</div> </div>
</el-form-item> </el-form-item>
</div> </div>
</div> </div>
</el-form> </el-form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment