This commit is contained in:
yumoqing 2026-03-19 11:01:29 +08:00
parent 758131bb9b
commit 4214f4e2de
2 changed files with 0 additions and 37 deletions

View File

@ -1,14 +0,0 @@
{
"tblname": "pricing_spec",
"title": "定价规格",
"params": {
"sortby": "name",
"browserfields": {
"exclouded": ["id", "ptid"],
"alters": {}
},
"editexclouded": [
"id", "ptid"
]
}
}

View File

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