|
@@ -9,6 +9,7 @@
|
|
|
:columns="columns"
|
|
|
:data-source="source"
|
|
|
:pagination="tablePageOptions"
|
|
|
+ :scroll="scroll"
|
|
|
@change="onPageChange">
|
|
|
<template #operator="{ record }">
|
|
|
<slot :data="record"></slot>
|
|
@@ -53,6 +54,7 @@ const DrawerWrapper = defineComponent({
|
|
|
type: Object as PropType<Partial<IMeta>>,
|
|
|
default: {},
|
|
|
},
|
|
|
+ scroll: Object,
|
|
|
},
|
|
|
emits: ["update:show", "pageChange"],
|
|
|
setup(props, { emit }) {
|