feat: 派奖历史添加出票人

main
jcgitadmin 2026-06-15 23:20:55 +08:00
parent 76ce7c9078
commit ecc8165f00
1 changed files with 4 additions and 1 deletions

View File

@ -38,8 +38,11 @@
</q-item-section> </q-item-section>
<q-item-section> <q-item-section>
<q-item-label>{{ item.lottery_type.name }} {{ item.play_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 }} {{ item.play_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 v-if="item.drafter" class="text-grey" caption="">
出票人{{ item.drafter?.nickname || item.drafter?.name || ''}}
</q-item-label>
<q-item-label class="text-grey" caption=""> <q-item-label class="text-grey" caption="">
出票时间{{ item.draft_at }} 出票时间{{ 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_send_prize) }} 实际派奖金额{{ formatMoney(item.lottery_send_prize) }}