pull/457/head
mertsincan 2020-08-27 13:22:46 +03:00
commit 4d58949b4a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
</div> </div>
</div> </div>
<TTColumnSlot :node="node" :column="col" type="body" v-if="col.$scopedSlots.body" /> <TTColumnSlot :node="node" :column="col" type="body" v-if="col.$scopedSlots.body" />
<template><span>{{resolveFieldData(node.data, col.field)}}</span></template> <template v-else><span>{{resolveFieldData(node.data, col.field)}}</span></template>
</td> </td>
</tr> </tr>
</template> </template>