Skip to content

FsFormWrapper

表单对话框|抽屉 暴露方法: open(options)

Props

Prop nameDescriptionTypeValuesDefault
options表单配置
{
wrapper:{ //表单包装配置
is: 'el-dialog'//el-dialog|a-modal|el-drawer|a-drawer,
draggable: false, //是否支持拖动
inner:false //是否在页面内部打开
}
...FsForm 配置
}
--
slots插槽--
inner是否在内部打开对话框--
innerWrapper内部打开对话框的 wrapper--
id--
zIndex--

Events

Event namePropertiesDescription
reset
submit
validationError
value-change
open
opened
mounted
closed
inner-change