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

This commit is contained in:
ssongliu 2023-08-12 23:24:13 +08:00 committed by GitHub
parent 27100594a4
commit 7ad6e607fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">