no message
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -38,7 +38,7 @@ | ... | @@ -38,7 +38,7 @@ |
| 38 | </el-card> | 38 | </el-card> |
| 39 | <el-card class="mt20 mb20"> | 39 | <el-card class="mt20 mb20"> |
| 40 | <el-table :data="rank" stripe> | 40 | <el-table :data="rank" stripe> |
| 41 | <el-table-column align="center" label="名次" type="index"> | 41 | <el-table-column align="center" label="名次" type="index" width="100"> |
| 42 | <template #default="scope"> | 42 | <template #default="scope"> |
| 43 | <span v-if="scope.row.mingCi == 1" style="color:#F8A617">{{ scope.row.mingCi }}</span> | 43 | <span v-if="scope.row.mingCi == 1" style="color:#F8A617">{{ scope.row.mingCi }}</span> |
| 44 | <span v-else-if="scope.row.mingCi == 2" style="color:#778B92">{{ scope.row.mingCi }}</span> | 44 | <span v-else-if="scope.row.mingCi == 2" style="color:#778B92">{{ scope.row.mingCi }}</span> | ... | ... |
-
Please register or sign in to post a comment