|
|
|
@ -36,14 +36,14 @@ |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<th>学校:</th> |
|
|
|
|
<td>{{ info.person.schoolName }}</td> |
|
|
|
|
<td>{{ info.person.realSchool }}</td> |
|
|
|
|
</tr> |
|
|
|
|
</template> |
|
|
|
|
<template v-if="form.completeCompetitionSetup.competitionType"> |
|
|
|
|
<template> |
|
|
|
|
<tr> |
|
|
|
|
<th>队长:</th> |
|
|
|
|
<td>{{ info.caption.userName }}{{ info.caption.schoolName && ',' + info.caption.schoolName }}{{ |
|
|
|
|
<td>{{ info.caption.userName }}{{ info.caption.realSchool && ',' + info.caption.realSchool }}{{ |
|
|
|
|
info.caption.workNumber && ',' + info.caption.workNumber }}</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
@ -149,7 +149,7 @@ |
|
|
|
|
</div> |
|
|
|
|
<el-table :data="info.teamDetail" stripe header-align="center"> |
|
|
|
|
<el-table-column prop="userName" label="成员姓名" min-width="100" align="center"></el-table-column> |
|
|
|
|
<el-table-column prop="schoolName" label="学校" min-width="100" align="center"></el-table-column> |
|
|
|
|
<el-table-column prop="realSchool" label="学校" min-width="100" align="center"></el-table-column> |
|
|
|
|
<el-table-column prop="workNumber" label="学号" min-width="100" align="center"></el-table-column> |
|
|
|
|
<el-table-column prop="createTime" label="加入时间" width="180" align="center"></el-table-column> |
|
|
|
|
<el-table-column label="操作" align="center" width="160"> |
|
|
|
@ -198,7 +198,7 @@ |
|
|
|
|
<tr v-for="(item, i) in members" :key="i"> |
|
|
|
|
<td>{{ i + 1 }}</td> |
|
|
|
|
<td>{{ item.userName }}</td> |
|
|
|
|
<td>{{ item.schoolName }}</td> |
|
|
|
|
<td>{{ item.realSchool }}</td> |
|
|
|
|
<td>{{ item.timeSum }}min</td> |
|
|
|
|
<td>{{ item.score }}</td> |
|
|
|
|
<td> |
|
|
|
|