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