We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
// 列显示配置 userTable.Info.FieldList = []FieldStruct{ { Head: "头像", Field: "avatar", TypeName: "tinyint", ExcuFun: func(model RowModel) string { return components.GetImage().SetHeight("50") .SetWidth("50").SetSrc(model.Value).GetContent() }, }, }
// 列显示配置 userTable.Info.FieldList = []FieldStruct{ { Head: "标签", Field: "label", TypeName: "tinyint", ExcuFun: func(model RowModel) string { return components.Label.GetContent(model.Value) }, }, }
安装
管理后台插件
模型表格
模型表单
自定义插件