fix: 接单人显示问题

main
jcgitadmin 2025-02-09 18:23:21 +08:00
parent 4991005a8e
commit 478136c7be
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@
<q-item v-if="info.receiver"> <q-item v-if="info.receiver">
<q-item-section>接单人</q-item-section> <q-item-section>接单人</q-item-section>
<q-item-section side> <q-item-section side>
<q-item-label caption>{{ info.receiver.nickname }}</q-item-label> <q-item-label caption>{{ info.receiver.nickname || info.receiver.name }}</q-item-label>
</q-item-section> </q-item-section>
</q-item> </q-item>
<!-- DELAY 暂时隐藏 --> <!-- DELAY 暂时隐藏 -->