Commit 5f625ac3 by 罗建民

--story=1013404 --user=罗建民 主从表样式支持 https://www.tapd.cn/56664057/s/1129970

parent 710f8f72
Showing with 20 additions and 0 deletions
......@@ -241,6 +241,26 @@
"type": "number"
}
]
},
{
"name": "city_example",
"label": "list从表",
"relatedId": "id",
"style": "list",
"controls": [
{
"property": "name",
"label": "name",
"type": "text",
"required": true
},
{
"type": "tree_cascader",
"property": "province_id",
"label": "省份ID",
"treeModelName": "province_example"
}
]
}
]
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment