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

View File

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