Skip to content
FastCrud
搜索文档
K
Main Navigation
首页
指南
API
d.ts
FsAdmin
示例
github
gitee
Appearance
Menu
Return to top
On this page
Table of Contents for current page
crudOptions.editForm
说明: 编辑表单独立配置,初始化时将与
form
合并
类型: Object
参考:
form配置
示例:
js
const
crudOptions
:
{
editForm
:
{
//...form配置
wrapper
:
{
title
:
"编辑用户"
,
}
}
}