shenzhen-dev #2

Merged
admin merged 614 commits from shenzhen-dev into master 2025-06-03 18:28:43 +08:00
Showing only changes of commit 3ffaade9ad - Show all commits

View File

@ -21,7 +21,7 @@
<div class="listItem" v-for="(item,i) in lwInfo2.list" :key="i">
<div class="itemInfo1">
<div style="width:50px;text-align:center">{{i + 1}}</div>
<div>{{item.teamName}}</div>
<div>{{item.name}}</div>
</div>
<div class="itemInfo2">{{item.attendancePersonTotal}}/{{item.totalPerson}}</div>
</div>