Fixed #445 - TreeTable template always render field valu
parent
a0f11bdacf
commit
bb7da80567
|
@ -13,7 +13,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<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>
|
||||
</tr>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue