feat: 派奖列表添加出票人信息
parent
08dbf2c78e
commit
76ce7c9078
|
|
@ -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) }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue