From ee45a144bd6e22964e29d607cd21a76d7ea0c158 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 15 Dec 2025 15:39:07 +0800 Subject: [PATCH] bugfix --- json/paychannel.json | 21 +++++++++++++++++++++ wwwroot/adm_menu.ui | 5 +++++ 2 files changed, 26 insertions(+) create mode 100644 json/paychannel.json diff --git a/json/paychannel.json b/json/paychannel.json new file mode 100644 index 0000000..ad37cda --- /dev/null +++ b/json/paychannel.json @@ -0,0 +1,21 @@ +{ + "tblname": "paychannel", + "title": "支付频道", + "params": { + "sortby": "id", + "browserfields": { + "exclouded": [], + "alters": { + } + }, + "editexclouded": [ + ] + }, + "subtables":[ + { + "field":"chanelid", + "subtable":"payfee", + "title": "支付费率" + } + ] +} diff --git a/wwwroot/adm_menu.ui b/wwwroot/adm_menu.ui index 6ccae49..3238a37 100644 --- a/wwwroot/adm_menu.ui +++ b/wwwroot/adm_menu.ui @@ -4,6 +4,11 @@ "target": "page_center", "cwidth": 10, "items":[ + { + "name":"paychannel", + "label":"支付渠道", + "url":"{{entire_url('paychannel')}}" + }, { "name":"payfee", "label":"充值费率",