43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
{
|
|
"tblname": "llmusage_accounting_failed",
|
|
"title": "记账失败记录",
|
|
"params": {
|
|
"sortby": "failed_time desc",
|
|
"toolbar": {
|
|
"tools": [
|
|
{
|
|
"name": "show_reason",
|
|
"label": "原因",
|
|
"selected_row": true
|
|
}
|
|
]
|
|
},
|
|
"binds": [
|
|
{
|
|
"wid": "self",
|
|
"event": "show_reason",
|
|
"actiontype": "urlwidget",
|
|
"target": "PopupWindow",
|
|
"popup_options": {
|
|
"title": "失败原因",
|
|
"cwidth": 30,
|
|
"cheight": 20
|
|
},
|
|
"options": {
|
|
"url": "{{entire_url('../api/show_failed_reason.dspy')}}?id=${id}$"
|
|
}
|
|
}
|
|
],
|
|
"browserfields": {
|
|
"exclouded": ["id", "failed_reason"],
|
|
"alters": {}
|
|
},
|
|
"editexclouded": ["id", "llmusageid", "failed_time"],
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('../api/llmusage_accounting_failed_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/llmusage_accounting_failed_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/llmusage_accounting_failed_delete.dspy')}}"
|
|
}
|
|
}
|
|
}
|