This commit is contained in:
851673013@qq.com 2022-06-29 09:50:28 +08:00
parent cc36886687
commit 4540430fa6
1 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,8 @@
<div>
<span>TOP</span>
<span>名称</span>
<span>应用数</span>
<span v-if="dataclick != 'score'">应用数</span>
<span v-else>分数</span>
</div>
<div v-for="(item, index) in dataList" :key="index">
<span>{{ index + 1 }}</span>