search表单

This commit is contained in:
Gary Fu
2024-01-06 13:05:21 +08:00
parent 1a885d942c
commit a32d6b2eac
6 changed files with 105 additions and 51 deletions

View File

@@ -132,6 +132,10 @@ defineExpose({
:model="formModel"
:option="option"
/>
<slot
:form="form"
name="before-buttons"
/>
<el-form-item v-if="showButtons">
<el-button
v-if="showSubmit"