stash
This commit is contained in:
parent
f355639d88
commit
f88dd9580d
1 changed files with 4 additions and 2 deletions
|
@ -16,8 +16,10 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li v-for="voucher in shippingVouchers" :key="voucher.voucher">
|
<li v-for="voucher in shippingVouchers" :key="voucher.voucher">
|
||||||
<span v-if="voucher.issue_thread == null">{{ voucher.type }} - {{ voucher.voucher }}</span>
|
<span v-if="voucher.issue_thread == null">{{ voucher.type }} - {{ voucher.voucher }}</span>
|
||||||
<span v-else><s style="color:var(--danger)">{{ voucher.type }} - {{ voucher.voucher }}</s> used in <a
|
<span v-else><s style="color:var(--danger)">{{ voucher.type }} - {{ voucher.voucher }}</s> used in
|
||||||
:href="'/'+ getEventSlug + '/ticket/' + voucher.issue_thread">#{{ voucher.issue_thread }}</a></span>
|
<router-link :to="'/'+ getEventSlug + '/ticket/' + voucher.issue_thread">#{{
|
||||||
|
voucher.issue_thread
|
||||||
|
}}</router-link></span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue