feat: 派奖列表添加出票人信息

main
jcgitadmin 2026-06-15 23:04:25 +08:00
parent 08dbf2c78e
commit 76ce7c9078
2 changed files with 4 additions and 1 deletions

View File

View File

@ -45,7 +45,10 @@
<q-item-section> <q-item-section>
<q-item-label>{{ item.lottery_type.name }}<q-badge v-if="item.shop_cooperate_id>0" color="accent" outline class="q-ml-xs"></q-badge></q-item-label> <q-item-label>{{ item.lottery_type.name }}<q-badge v-if="item.shop_cooperate_id>0" color="accent" outline class="q-ml-xs"></q-badge></q-item-label>
<q-item-label class="text-grey" caption=""> <q-item-label class="text-grey" caption="">
出票时间{{ item.draft_at }} 出票人{{ item.drafter?.nickname || item.drafter?.name || ''}}
</q-item-label>
<q-item-label class="text-grey" caption="">
出票时间{{ item.draft_at }}
</q-item-label> </q-item-label>
<q-item-label class="text-red" caption=""> <q-item-label class="text-red" caption="">
派奖金额{{ formatMoney(item.lottery_should_send_prize) }} 派奖金额{{ formatMoney(item.lottery_should_send_prize) }}