24 lines
426 B
JSON
24 lines
426 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|