[fix] GridLayoutField widgetPerfix -> widgetPrefix
This commit is contained in:
parent
f7d2bb36d1
commit
0cd70a2070
@ -15,7 +15,7 @@ type GridLayoutField struct {
|
||||
Code string `db:"code"`
|
||||
Label string `db:"label"`
|
||||
Widget string `db:"widget"`
|
||||
WidgetPerfix string `db:"widgetPerfix"`
|
||||
WidgetPrefix string `db:"widgetPrefix"`
|
||||
WidgetDecorator string `db:"widgetDecorator"`
|
||||
SubWidgets []map[string]any `db:"subWidgets"`
|
||||
ConvertJs string `db:"convertJs"`
|
||||
|
Loading…
Reference in New Issue
Block a user