platformbiz/json/prodtype.json
2025-02-14 10:33:21 +08:00

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"
}
]
}
}