src/components/HxlhTable/index.vue
@@ -39,6 +39,9 @@ @checkbox-all="checkChangeall" @scroll-boundary="scrollBoundaryEvent" > <template v-slot:rowIndex="row"> <slot name="rowIndex" v-bind="row" /> </template> <template v-slot:buttons="row"> <slot name="buttons" v-bind="row" /> </template>