pricing/json/pricing_type.json
2025-10-26 21:45:55 +08:00

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"
}
]
}
}