757e7e64 by 杨炀

no message

1 parent 1e0b9945
...@@ -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>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!