mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 01:22:53 +08:00
Merge branch 'hotfix/【20210329】首页机构排名增加汇总' into dev
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
</tr>
|
||||
<template v-if="isInner">
|
||||
<tr v-for="(org, i) in organizationData" :key="i" :class="{ hidden: i >= 5 && !idMoreDataShow }">
|
||||
<td class="sticky-col">{{ i + 1 }}</td>
|
||||
<td class="sticky-col">{{ i == 0 ? '-' : i + '' }}</td>
|
||||
<td class="org-name sticky-col">{{ org.name | blankFilter }}</td>
|
||||
<td>{{ org.ysbfDay | blankFilter }}</td>
|
||||
<td>{{ org.ysbfMon | blankFilter }}</td>
|
||||
|
||||
Reference in New Issue
Block a user