Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄媛媛
ElectricitySheep
Commits
1ed9ce12
Commit
1ed9ce12
authored
Sep 03, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f670e362
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
listRegistration.vue
src/components/tradePavilion/listRegistration.vue
+7
-9
No files found.
src/components/tradePavilion/listRegistration.vue
View file @
1ed9ce12
...
...
@@ -29,7 +29,7 @@
<el-select
size=
"small"
v-model=
"msg.CandidateState"
filterable
@
change=
"(msg.pageIndex = 1), getList()"
placeholder=
"请选择"
>
<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=
"3"
></el-option>
</el-option>
...
...
@@ -78,14 +78,14 @@
<el-table-column
prop=
"Status"
label=
"状态"
width=
'140'
>
<
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==3"
>
淘汰
</span>
<span
v-if=
"scope.row.CandidateState==3"
>
淘汰
</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==3"
>
未评比
</span>
<span
v-else
>
未评比
</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==3"
>
淘汰
</span>
<span
v-else
>
未评比
</span>
</
template
>
</el-table-column>
...
...
@@ -180,8 +180,6 @@
</div>
</el-form-item>
</div>
</div>
</el-form>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment