llmage/json/llmusage_accounting_failed.json

18 lines
624 B
JSON

{
"tblname": "llmusage_accounting_failed",
"title": "记账失败记录",
"params": {
"sortby": "failed_time desc",
"browserfields": {
"exclouded": ["id"],
"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')}}"
}
}
}