|
|
@@ -64,6 +64,7 @@
|
|
|
</template>
|
|
|
<template #default="scope" v-if="column.component === 'customSlot'">
|
|
|
<slot name="customSlot" :data="scope.row" :bodyCell="{ scope, column }"></slot>
|
|
|
+ <slot :name="column.prop" :data="scope.row" :bodyCell="{ scope, column }"></slot>
|
|
|
</template>
|
|
|
<template #default="scope" v-else>
|
|
|
<RouterLink v-if="column.component === 'RouterLink'" :to="getRouterLinkTo(scope.row, column)"
|