updated link
This commit is contained in:
parent
953e07eeef
commit
6fdd1fb24b
2 changed files with 3 additions and 24 deletions
|
|
@ -1,32 +1,11 @@
|
||||||
{% extends "print.html" %} {% block page %}
|
{% extends "print.html" %} {% block page %} {% for page in link %} {% for threes in page %} {% for one in threes %} {{one}}, {% endfor %} {% endfor %} {% endfor %} {% endblock %} {% block scripts %}
|
||||||
|
|
||||||
<div class="row">
|
|
||||||
<div class="" id="vue">
|
|
||||||
{% for page in link %}
|
|
||||||
<page size="A4" id="pdfprint">
|
|
||||||
<table style="width: 100%">
|
|
||||||
{% for threes in page %}
|
|
||||||
<tr style="height: 59.4mm">
|
|
||||||
{% for one in threes %}
|
|
||||||
<td style="width: 105mm">{{ theurl }}/?lightning={{one}},</td>
|
|
||||||
{% endfor %}
|
|
||||||
</tr>
|
|
||||||
{% endfor %}
|
|
||||||
</table>
|
|
||||||
</page>
|
|
||||||
{% endfor %}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endblock %} {% block scripts %}
|
|
||||||
<script>
|
<script>
|
||||||
Vue.component(VueQrcode.name, VueQrcode)
|
Vue.component(VueQrcode.name, VueQrcode)
|
||||||
|
|
||||||
new Vue({
|
new Vue({
|
||||||
el: '#vue',
|
el: '#vue',
|
||||||
data: function() {
|
data: function() {
|
||||||
return {
|
return {}
|
||||||
theurl: location.protocol + '//' + location.host
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
icon="reorder"
|
icon="reorder"
|
||||||
:color="($q.dark.isActive) ? 'grey-7' : 'grey-5'"
|
:color="($q.dark.isActive) ? 'grey-7' : 'grey-5'"
|
||||||
type="a"
|
type="a"
|
||||||
:href="'/csv/' + props.row.id"
|
:href="'/withdraw/csv/' + props.row.id"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
><q-tooltip> csv list </q-tooltip></q-btn
|
><q-tooltip> csv list </q-tooltip></q-btn
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue