feat
This commit is contained in:
@@ -33,6 +33,8 @@
|
||||
/>
|
||||
</a-form-item>
|
||||
</a-col>
|
||||
<!-- 自定义表单项插槽 -->
|
||||
<slot name="form-items" />
|
||||
</a-row>
|
||||
</a-form>
|
||||
</a-col>
|
||||
|
||||
@@ -11,7 +11,11 @@
|
||||
@update:model-value="handleFormModelUpdate"
|
||||
@search="handleSearch"
|
||||
@reset="handleReset"
|
||||
/>
|
||||
>
|
||||
<template #form-items>
|
||||
<slot name="form-items" />
|
||||
</template>
|
||||
</SearchForm>
|
||||
|
||||
<a-divider style="margin-top: 0" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user