用動態(tài)表單,在數(shù)據(jù)庫里如何構(gòu)建下拉選項
數(shù)據(jù)表:eb_system_group中fields值:
[{
"name": "類型",
"title": "type",
"type": "select",
"param": ""
}, {
"name": "原因",
"title": "reason",
"type": "input",
"param": ""
}]
如何在數(shù)據(jù)庫里,增加類型下拉,param字段結(jié)構(gòu)怎么樣的?