bugfix
This commit is contained in:
parent
ef4aa3aa95
commit
ce6ebf948b
@ -1,16 +1,19 @@
|
||||
{
|
||||
"tblname":"prodtype",
|
||||
"params":{
|
||||
"data_params":{
|
||||
"parrentid":"null"
|
||||
},
|
||||
"browserfields": {
|
||||
"exclouded": ["id"],
|
||||
"exclouded": ["id", "parentid" ],
|
||||
"alters": {}
|
||||
},
|
||||
"editexclouded": [
|
||||
"id"
|
||||
"id", "parentid"
|
||||
],
|
||||
"subtables":[
|
||||
{
|
||||
"parentid",
|
||||
"field":"parentid",
|
||||
"title":"产品类型",
|
||||
"subtable":"prodtype"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user