This commit is contained in:
2020-01-30 21:12:37 +00:00
parent 462e6d2f93
commit 1b0a98095c

View File

@@ -39,9 +39,9 @@
<tbody>
<tr v-for="item in items" :key="item.name">
<td v-for="c in item.columns" :key="c.key">
<!-- Handle all plain text types -->
<!-- Handle all plain text types right up to and including enums -->
<!--TODO when get to coloured stuff will need to add that as a prop to column data but leaving out for now-->
<template v-if="c.t < 9">
<template v-if="c.t < 11">
<template v-if="c.i">
<!-- openable object with an ID -->
<v-btn depressed small @click="btnClick(c.key, c.i)">{{