Browse Source

slot

hella_online_20240829
wangyufei 4 months ago
parent
commit
148501d872
  1. 1
      src/components/TableHead/src/TableHead.vue

1
src/components/TableHead/src/TableHead.vue

@ -9,6 +9,7 @@
</div>
<div class="tableNavRightBtns">
<!-- 右侧按钮 -->
<slot name="rightBtn"></slot>
<ButtonBase :Butttondata="buttonsRight" @button-base-click="buttonBaseClick" @updata-table-columns="updataTableColumns"
:allSchemas="allSchemas" :detailAllSchemas="detailAllSchemas" ref="rowDropRef"/>
</div>

Loading…
Cancel
Save