This commit is contained in:
ygx
2026-03-19 22:34:03 +08:00
parent ba2494f5b3
commit bfc27c346f
24 changed files with 4008 additions and 2 deletions

View File

@@ -33,6 +33,8 @@
/>
</a-form-item>
</a-col>
<!-- 自定义表单项插槽 -->
<slot name="form-items" />
</a-row>
</a-form>
</a-col>

View File

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