feat: 派奖历史添加出票人
parent
76ce7c9078
commit
ecc8165f00
|
|
@ -38,8 +38,11 @@
|
|||
</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 v-if="item.drafter" class="text-grey" caption="">
|
||||
出票人:{{ item.drafter?.nickname || item.drafter?.name || ''}}
|
||||
</q-item-label>
|
||||
<q-item-label class="text-grey" caption="">
|
||||
出票时间{{ item.draft_at }}
|
||||
出票时间:{{ item.draft_at }}
|
||||
</q-item-label>
|
||||
<q-item-label class="text-red" caption="">
|
||||
实际派奖金额:{{ formatMoney(item.lottery_send_prize) }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue