feat: 更新capp-eden依赖至0.0.37,调整团队成员信息展示

This commit is contained in:
2026-01-20 05:30:49 +07:00
parent 532b229299
commit ccfcfa64f5
4 changed files with 12 additions and 12 deletions

View File

@@ -191,10 +191,10 @@ function nextPage() {
</div>
<div>
<div class="member-name">
{{ record.username }}
{{ record.descendant.name }}
</div>
<div class="member-phone">
{{ record.displayUsername }}
{{ record.descendant.username }}
</div>
</div>
</div>
@@ -205,7 +205,7 @@ function nextPage() {
<div class="record-info">
<div class="info-row">
<span class="label">签到时间</span>
<span class="value">{{ dayjs(record.checkInAt).format('YYYY-MM-DD HH:mm:ss') }}</span>
<span class="value">{{ dayjs(record.userCheckIn.checkInAt).format('YYYY-MM-DD HH:mm:ss') }}</span>
</div>
</div>
</div>

View File

@@ -255,7 +255,7 @@ function nextPage() {
{{ member.descendant.name }}
</div>
<div class="info-row-item">
<span class="value">{{ member.descendant.phoneNumber }}</span>
<span class="value">{{ member.descendant.username }}</span>
</div>
</div>
</div>