Skip to content

Commit 56f1531

Browse files
author
283591387@qq.com
committed
增加弹出框数据插槽
1 parent 952faac commit 56f1531

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vol.web/src/components/basic/ViewGrid/ViewGrid.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@
234234
<template #content>
235235
<div class="vol-edit-box">
236236
<div class="vol-edit-content">
237+
<slot name="modelHeader"></slot>
237238
<component
238239
:is="dynamicComponent.modelHeader"
239240
ref="modelHeader"
@@ -326,6 +327,7 @@
326327
></vol-table>
327328
</div>
328329
<!--明细footer自定义组件-->
330+
<slot name="modelFooter"></slot>
329331
<component
330332
:is="dynamicComponent.modelFooter"
331333
ref="modelFooter"

0 commit comments

Comments
 (0)