From 0de36f9de0a2ab7e30d27f298cd40a7748599108 Mon Sep 17 00:00:00 2001 From: what Date: Wed, 10 Jul 2024 09:20:49 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20GridLayoutForm=20=E6=B7=BB=E5=8A=A0=20?= =?UTF-8?q?Cols=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base/grid_layout_form.go | 1 + 1 file changed, 1 insertion(+) diff --git a/base/grid_layout_form.go b/base/grid_layout_form.go index d874a87..1901e25 100644 --- a/base/grid_layout_form.go +++ b/base/grid_layout_form.go @@ -12,6 +12,7 @@ type GridLayoutForm struct { RowHeight int `db:"rowHeight"` // 栅格行高 MarginX int `db:"marginX"` // 栅格 x 间距 MarginY int `db:"marginY"` // 栅格 y 间距 + Cols int `db:"cols"` // 网格列基数 FormProps []map[string]string `db:"formProps"` // 表单PROPS ListenChangeFields []string `db:"listenChangeFields"` // 监听字段 ListenChangeFieldsFunc string `db:"listenChangeFieldsFunc"` // 监听字段回调方法