fix: 恢复表格封装代码 (#1937)

This commit is contained in:
ssongliu
2023-08-12 15:24:13 +00:00
committed by GitHub
parent 27100594a4
commit 7ad6e607fe
@@ -3,6 +3,9 @@
<div class="complex-table__header" v-if="$slots.header || header">
<slot name="header">{{ header }}</slot>
</div>
<div v-if="$slots.toolbar" style="margin-bottom: 10px">
<slot name="toolbar"></slot>
</div>
<div class="complex-table__body">
<fu-table v-bind="$attrs" ref="tableRef" @selection-change="handleSelectionChange">