fix: remove slot
This commit is contained in:
parent
9379e80df7
commit
71236c0a01
|
@ -403,11 +403,7 @@ function handleOnDataSaved(_) {
|
|||
<template #top-left v-if="!$props.withoutHeader">
|
||||
<slot name="top-left"></slot>
|
||||
</template>
|
||||
<template #body-selection="scope">
|
||||
<!-- <pre>{{ scope }}</pre> -->
|
||||
<slot name="body-selection" :data="scope"></slot>
|
||||
<!-- <QCheckbox class="q-ma-xs" v-if="scope"></QCheckbox> -->
|
||||
</template>
|
||||
|
||||
<template #top-right v-if="!$props.withoutHeader">
|
||||
<VnVisibleColumn
|
||||
v-if="isTableMode"
|
||||
|
|
|
@ -232,7 +232,7 @@ onUnmounted(() => (stateStore.rightDrawer = false));
|
|||
:row-click="({ routeFk }) => tableRef.redirect(routeFk)"
|
||||
:table="{
|
||||
'row-key': '$index',
|
||||
selection: 'multiple',
|
||||
selection: 'single',
|
||||
}"
|
||||
>
|
||||
<template #column-id="{ row }">
|
||||
|
|
|
@ -130,7 +130,7 @@ const columns = computed(() => [
|
|||
},
|
||||
{
|
||||
name: 'alertLevelCode',
|
||||
label: t('negative.detail.stadte'),
|
||||
label: t('negative.detail.state'),
|
||||
|
||||
align: 'left',
|
||||
sortable: true,
|
||||
|
|
Loading…
Reference in New Issue