25 lines
449 B
JSON
25 lines
449 B
JSON
{
|
|
"tblname":"prodtype",
|
|
"uitype":"tree",
|
|
"params":{
|
|
"idField":"id",
|
|
"textField":"path",
|
|
"parentField":"parentid",
|
|
"editable":true,
|
|
"browserfields": {
|
|
"exclouded": ["id", "parentid" ],
|
|
"alters": {}
|
|
},
|
|
"editexclouded": [
|
|
"id", "parentid"
|
|
],
|
|
"subtables":[
|
|
{
|
|
"field":"parentid",
|
|
"title":"产品类型",
|
|
"subtable":"prodtype"
|
|
}
|
|
]
|
|
}
|
|
}
|