{% set const = TabaCustomFields2Constants %}
<script>
$(function () {
const link = "{{ url(constant('ADMIN_BIND_PREFIX', TabaCustomFields2Constants)~'order_csv_export') }}";
const text = "受注 追加項目DL";
$('#orderCsvDownload').before('<a class="dropdown-item" href="' + link + '">' + text + '</a>');
});
</script>