fix: 接单人显示问题
parent
4991005a8e
commit
478136c7be
|
|
@ -225,7 +225,7 @@
|
|||
<q-item v-if="info.receiver">
|
||||
<q-item-section>接单人</q-item-section>
|
||||
<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>
|
||||
<!-- DELAY 暂时隐藏 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue