mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 16:56:43 +08:00
开门红业绩查询排名字段调整
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<th>承保标保</th>
|
||||
</tr>
|
||||
<tr v-for="(item, index) in showData.topList" :key="item.code">
|
||||
<td>{{ index + 1 }}</td>
|
||||
<td>{{ item.rank }}</td>
|
||||
<td>{{ item.name }}</td>
|
||||
<td class="company">{{ item.comName }}</td>
|
||||
<td>{{ item.ysbb }}</td>
|
||||
@@ -32,7 +32,7 @@
|
||||
<th>承保标保</th>
|
||||
</tr>
|
||||
<tr v-for="(item, index) in showData.topList" :key="item.code" :class="{ top3: index <= 2 }">
|
||||
<td>{{ index + 1 }}</td>
|
||||
<td>{{ item.rank }}</td>
|
||||
<td>{{ item.name }}</td>
|
||||
<td class="company">{{ item.comName }}</td>
|
||||
<td>{{ item.ysbb }}</td>
|
||||
|
||||
Reference in New Issue
Block a user