|
|
|
|
|
|
|
|
{{ countOrders }} Commande<span v-if="countOrders > 1">s</span><br /> |
|
|
{{ countOrders }} Commande<span v-if="countOrders > 1">s</span><br /> |
|
|
|
|
|
|
|
|
<template v-for="distributionExport in distribution.exports"> |
|
|
<template v-for="distributionExport in distribution.exports"> |
|
|
<a v-if="countOrders > 0" :href="distributionExport.url" class="btn btn-xs btn-default">{{ distributionExport.label }}</a><br /> |
|
|
|
|
|
|
|
|
<a v-if="countOrders > 0" :href="distributionExport.url" target="_blank" class="btn btn-xs btn-default">{{ distributionExport.label }}</a><br /> |
|
|
</template> |
|
|
</template> |
|
|
<!--<a :href="distribution.url_report+'&type=csv'" class="btn btn-xs btn-default" v-if="countOrders > 0">Tableau (CSV)</a> |
|
|
<!--<a :href="distribution.url_report+'&type=csv'" class="btn btn-xs btn-default" v-if="countOrders > 0">Tableau (CSV)</a> |
|
|
<a :href="distribution.url_report_csv2" class="btn btn-xs btn-default" v-if="countOrders > 0">Tableau 2 (CSV)</a> |
|
|
<a :href="distribution.url_report_csv2" class="btn btn-xs btn-default" v-if="countOrders > 0">Tableau 2 (CSV)</a> |