18 lines
412 B
JSON
18 lines
412 B
JSON
{
|
|
"tblname": "contract_ai_config",
|
|
"title": "AI配置管理",
|
|
"params": {
|
|
"sortby": "created_at",
|
|
"sortorder": "desc",
|
|
"browserfields": {
|
|
"exclouded": ["id", "api_key"],
|
|
"cwidth": {
|
|
"ai_service_url": 300,
|
|
"created_at": 150,
|
|
"updated_at": 150
|
|
}
|
|
},
|
|
"editexclouded": ["id", "created_at", "updated_at"],
|
|
"confidential_fields": ["api_key"]
|
|
}
|
|
} |