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

24 lines
429 B
JSON

{
"tblname": "pricing_program",
"title": "定价项目",
"params": {
"sortby": "name",
"logined_userorgid": "ownerid",
"browserfields": {
"exclouded": ["id", "ownerid" ],
"alters": {}
},
"editexclouded": [
"id", "ownerid"
],
"subtables":[
{
"field": "ppid",
"title": "定价细项",
"icon": "{{entire_url('/pricing/imgs/pricing_item.svg')}}",
"subtable": "pricing_item"
}
]
}
}