|
@@ -47,10 +47,10 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<img
|
|
<img
|
|
class="icon-box"
|
|
class="icon-box"
|
|
- v-if="scope.$index < 3"
|
|
|
|
- :src="iconMap[`no${scope.$index + 1}`]"
|
|
|
|
|
|
+ v-if="scope.row['rankNum'] < 4"
|
|
|
|
+ :src="iconMap[`no${scope.row['rankNum']}`]"
|
|
/>
|
|
/>
|
|
- <span v-else> {{ scope.$index + 1 }}</span>
|
|
|
|
|
|
+ <span v-else> {{ scope.row["rankNum"] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="teamName" label="队伍名称" align="center">
|
|
<el-table-column prop="teamName" label="队伍名称" align="center">
|
|
@@ -69,10 +69,10 @@
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<img
|
|
<img
|
|
class="icon-box"
|
|
class="icon-box"
|
|
- v-if="scope.$index < 3"
|
|
|
|
- :src="iconMap[`no${scope.$index + 1}`]"
|
|
|
|
|
|
+ v-if="scope.row['rankNum'] < 4"
|
|
|
|
+ :src="iconMap[`no${scope.row['rankNum']}`]"
|
|
/>
|
|
/>
|
|
- <span v-else> {{ scope.$index + 1 }}</span>
|
|
|
|
|
|
+ <span v-else> {{ scope.row["rankNum"] }}</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="companyName" label="单位" align="center">
|
|
<el-table-column prop="companyName" label="单位" align="center">
|