Commit 6b656ce0 authored by zhengke's avatar zhengke

修改

parent ceee209e
...@@ -423,7 +423,7 @@ ...@@ -423,7 +423,7 @@
<el-table :data="saleIncomeData" style="width: 100%"> <el-table :data="saleIncomeData" style="width: 100%">
<el-table-column label="排名"> <el-table-column label="排名">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="rankIng"> <div class="rankIng" style="text-align:center;">
<template v-if="scope.$index+1<4"> <template v-if="scope.$index+1<4">
<img v-if="scope.$index==0" src="../assets/img/first.png" /> <img v-if="scope.$index==0" src="../assets/img/first.png" />
<img v-if="scope.$index==1" src="../assets/img/sec.png" /> <img v-if="scope.$index==1" src="../assets/img/sec.png" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment