This commit is contained in:
yumoqing 2025-12-26 15:25:53 +08:00
parent 917d7d6324
commit 54d3080a1b
2 changed files with 13 additions and 13 deletions

View File

@ -1,7 +1,8 @@
{
"tblname": "pricing_program_timing",
"title": "定价项目时序",
"tblname": "pricing_program",
"title": "定价项目",
"params": {
"sortby": "name",
"logined_userorgid": "ownerid",
"browserfields": {
"exclouded": ["id", "ownerid" ],
@ -12,10 +13,10 @@
],
"subtables":[
{
"field": "pptid",
"title": "定价项",
"icon": "{{entire_url('/pricing/imgs/pricing_item.svg')}}",
"subtable": "pricing_item"
"field": "ppid",
"title": "定价目时序",
"icon": "{{entire_url('/pricing/imgs/pricing_program_timing.svg')}}",
"subtable": "pricing_program_timing"
}
]
}

View File

@ -1,8 +1,7 @@
{
"tblname": "pricing_program",
"title": "定价项目",
"tblname": "pricing_program_timing",
"title": "定价项目时序",
"params": {
"sortby": "name",
"logined_userorgid": "ownerid",
"browserfields": {
"exclouded": ["id", "ownerid", "ppid" ],
@ -13,10 +12,10 @@
],
"subtables":[
{
"field": "ppid",
"title": "定价目时序",
"icon": "{{entire_url('/pricing/imgs/pricing_program_timing.svg')}}",
"subtable": "pricing_program_timing"
"field": "pptid",
"title": "定价项",
"icon": "{{entire_url('/pricing/imgs/pricing_item.svg')}}",
"subtable": "pricing_item"
}
]
}