[fix] 调整 GridLayoutForm Groups 字段类型
This commit is contained in:
		
							parent
							
								
									964c25efe1
								
							
						
					
					
						commit
						895528e82c
					
				@ -14,7 +14,7 @@ type GridLayoutForm struct {
 | 
				
			|||||||
	MarginY                int                 `db:"marginY"`                // 栅格 y 间距
 | 
						MarginY                int                 `db:"marginY"`                // 栅格 y 间距
 | 
				
			||||||
	Cols                   int                 `db:"cols"`                   // 网格列基数
 | 
						Cols                   int                 `db:"cols"`                   // 网格列基数
 | 
				
			||||||
	FormProps              []map[string]string `db:"formProps"`              // 表单PROPS
 | 
						FormProps              []map[string]string `db:"formProps"`              // 表单PROPS
 | 
				
			||||||
	Groups                 []map[string]string `db:"groups"`                 // 表单分组
 | 
						Groups                 []map[string]any    `db:"groups"`                 // 表单分组
 | 
				
			||||||
	ListenChangeFields     []string            `db:"listenChangeFields"`     // 监听字段
 | 
						ListenChangeFields     []string            `db:"listenChangeFields"`     // 监听字段
 | 
				
			||||||
	ListenChangeFieldsFunc string              `db:"listenChangeFieldsFunc"` // 监听字段回调方法
 | 
						ListenChangeFieldsFunc string              `db:"listenChangeFieldsFunc"` // 监听字段回调方法
 | 
				
			||||||
	Platform               string              `db:"platform"`
 | 
						Platform               string              `db:"platform"`
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user