<script type="text/x-template" id="detail-row-tmpl">
<div @click="onClick">
<div class="field">
<label> Дополнительные данные: </label>
<table>
<thead>
<template v-for="el in rowData.list_calls">
<th>
{{el.id_call}}
</th>
<th>
{{el.otherKey }}
</th>
.....
</template>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</script>