platformbiz/json/prodtype.json

25 lines
449 B
JSON
Raw Normal View History

2025-01-15 11:24:03 +08:00
{
"tblname":"prodtype",
2025-02-14 10:33:21 +08:00
"uitype":"tree",
2025-01-15 11:24:03 +08:00
"params":{
2025-02-14 10:33:21 +08:00
"idField":"id",
"textField":"path",
"parentField":"parentid",
"editable":true,
2025-01-15 11:24:03 +08:00
"browserfields": {
2025-01-17 12:07:31 +08:00
"exclouded": ["id", "parentid" ],
2025-01-15 11:24:03 +08:00
"alters": {}
},
"editexclouded": [
2025-01-17 12:07:31 +08:00
"id", "parentid"
2025-01-15 13:50:09 +08:00
],
"subtables":[
{
2025-01-17 12:07:31 +08:00
"field":"parentid",
2025-01-15 13:50:09 +08:00
"title":"产品类型",
"subtable":"prodtype"
}
]
2025-01-15 11:24:03 +08:00
}
}