This commit is contained in:
2020-01-30 20:36:53 +00:00
parent d20f2c0548
commit 0892b8f92e

View File

@@ -47,7 +47,8 @@
<a :href="'mailto:' + c.v">{{ c.v }}</a> <a :href="'mailto:' + c.v">{{ c.v }}</a>
</template> </template>
<template v-if="c.t == 12"> <template v-if="c.t == 12">
<a :href="'http:' + c.v" target="_blank">{{ c.v }}</a> <!-- Expects full url with protocol etc in c.v so might need to add to record builder -->
<a :href="c.v" target="_blank">{{ c.v }}</a>
</template> </template>
</td> </td>
</tr> </tr>