This commit is contained in:
yumoqing 2025-12-15 15:39:07 +08:00
parent f07ff87209
commit ee45a144bd
2 changed files with 26 additions and 0 deletions

21
json/paychannel.json Normal file
View File

@ -0,0 +1,21 @@
{
"tblname": "paychannel",
"title": "支付频道",
"params": {
"sortby": "id",
"browserfields": {
"exclouded": [],
"alters": {
}
},
"editexclouded": [
]
},
"subtables":[
{
"field":"chanelid",
"subtable":"payfee",
"title": "支付费率"
}
]
}

View File

@ -4,6 +4,11 @@
"target": "page_center",
"cwidth": 10,
"items":[
{
"name":"paychannel",
"label":"支付渠道",
"url":"{{entire_url('paychannel')}}"
},
{
"name":"payfee",
"label":"充值费率",