bugfix
This commit is contained in:
parent
f07ff87209
commit
ee45a144bd
21
json/paychannel.json
Normal file
21
json/paychannel.json
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"tblname": "paychannel",
|
||||||
|
"title": "支付频道",
|
||||||
|
"params": {
|
||||||
|
"sortby": "id",
|
||||||
|
"browserfields": {
|
||||||
|
"exclouded": [],
|
||||||
|
"alters": {
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"editexclouded": [
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"subtables":[
|
||||||
|
{
|
||||||
|
"field":"chanelid",
|
||||||
|
"subtable":"payfee",
|
||||||
|
"title": "支付费率"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@ -4,6 +4,11 @@
|
|||||||
"target": "page_center",
|
"target": "page_center",
|
||||||
"cwidth": 10,
|
"cwidth": 10,
|
||||||
"items":[
|
"items":[
|
||||||
|
{
|
||||||
|
"name":"paychannel",
|
||||||
|
"label":"支付渠道",
|
||||||
|
"url":"{{entire_url('paychannel')}}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name":"payfee",
|
"name":"payfee",
|
||||||
"label":"充值费率",
|
"label":"充值费率",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user