fix: payment_log.json JSON 语法错误导致 xls2ui 崩溃
两处修复:
1. logined_userorgid 从 browserfields 内移到 params 层级
2. binds[0] 缺少开头 { 导致 JSON 解析失败 (line 25 column 9)
This commit is contained in:
parent
a6d0380903
commit
50566ed576
@ -3,9 +3,9 @@
|
||||
"title": "充值记录",
|
||||
"params": {
|
||||
"sortby": "init_timestamp desc",
|
||||
"logined_userorgid": "customerid",
|
||||
"browserfields": {
|
||||
"exclouded": ["id"],
|
||||
"logined_userorgid":"customerid",
|
||||
"alters": {
|
||||
}
|
||||
},
|
||||
@ -22,6 +22,7 @@
|
||||
]
|
||||
},
|
||||
"binds":[
|
||||
{
|
||||
"wid":"self",
|
||||
"event":"refund",
|
||||
"actiontype":"urlwidget",
|
||||
@ -41,6 +42,7 @@
|
||||
"params": {
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user