bugfix
This commit is contained in:
parent
758131bb9b
commit
4214f4e2de
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"tblname": "pricing_spec",
|
|
||||||
"title": "定价规格",
|
|
||||||
"params": {
|
|
||||||
"sortby": "name",
|
|
||||||
"browserfields": {
|
|
||||||
"exclouded": ["id", "ptid"],
|
|
||||||
"alters": {}
|
|
||||||
},
|
|
||||||
"editexclouded": [
|
|
||||||
"id", "ptid"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"tblname": "pricing_type",
|
|
||||||
"title": "定价类型",
|
|
||||||
"params": {
|
|
||||||
"sortby": "name",
|
|
||||||
"logined_userorgid": "ownerid",
|
|
||||||
"browserfields": {
|
|
||||||
"exclouded": ["id", "ownerid" ],
|
|
||||||
"alters": {}
|
|
||||||
},
|
|
||||||
"editexclouded": [
|
|
||||||
"id", "ownerid"
|
|
||||||
],
|
|
||||||
"subtables":[
|
|
||||||
{
|
|
||||||
"field": "ptid",
|
|
||||||
"title": "定价规格",
|
|
||||||
"icon": "{{entire_url('/pricing/imgs/pricing_spec.svg')}}",
|
|
||||||
"subtable": "pricing_spec"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user