31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"tblname": "llmusage_history",
|
|
"title": "模型使用历史",
|
|
"params": {
|
|
"sortby": "use_time desc",
|
|
"browserfields": {
|
|
"exclouded": ["id"],
|
|
"alters": {
|
|
"status": {
|
|
"uitype": "code",
|
|
"dataurl": "{{entire_url('/appbase/get_appcodes_kv.dspy')}}?parentid=llmusage_status",
|
|
"valueField": "k",
|
|
"textField": "v"
|
|
},
|
|
"accounting_status": {
|
|
"uitype": "code",
|
|
"dataurl": "{{entire_url('/appbase/get_appcodes_kv.dspy')}}?parentid=accounting_status",
|
|
"valueField": "k",
|
|
"textField": "v"
|
|
}
|
|
}
|
|
},
|
|
"editexclouded": ["id"],
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('../api/llmusage_history_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/llmusage_history_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/llmusage_history_delete.dspy')}}"
|
|
}
|
|
}
|
|
}
|