fix: 仅删除llm.json中providerid和upappid的alters,恢复其他文件
This commit is contained in:
parent
c345238eaa
commit
9019f6c48e
@ -22,7 +22,22 @@
|
|||||||
"status_input": "上架状态"
|
"status_input": "上架状态"
|
||||||
},
|
},
|
||||||
"browserfields": {
|
"browserfields": {
|
||||||
"exclouded": ["id", "ownerid"]
|
"exclouded": ["id", "ownerid"],
|
||||||
|
"alters": {
|
||||||
|
"status": {
|
||||||
|
"uitype": "code",
|
||||||
|
"data": [
|
||||||
|
{"value": "", "text": "全部"},
|
||||||
|
{"value": "published", "text": "已上架"},
|
||||||
|
{"value": "unpublished", "text": "已下架"}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"ppid":{
|
||||||
|
"dataurl":"{{entire_url('/pricing/get_all_pricing_programs.dspy')}}",
|
||||||
|
"textField": "name",
|
||||||
|
"valueField": "id"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"toolbar": {
|
"toolbar": {
|
||||||
"tools":[
|
"tools":[
|
||||||
|
|||||||
@ -3,7 +3,9 @@
|
|||||||
"title": "模型能力映射",
|
"title": "模型能力映射",
|
||||||
"params": {
|
"params": {
|
||||||
"browserfields": {
|
"browserfields": {
|
||||||
"exclouded": ["id", "llmid"]
|
"exclouded": ["id", "llmid"],
|
||||||
|
"alters": {
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"editexclouded": ["id", "llmid"]
|
"editexclouded": ["id", "llmid"]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -10,7 +10,8 @@
|
|||||||
"delete_data_url": "{{entire_url('../api/llmcatelog_delete.dspy')}}"
|
"delete_data_url": "{{entire_url('../api/llmcatelog_delete.dspy')}}"
|
||||||
},
|
},
|
||||||
"browserfields": {
|
"browserfields": {
|
||||||
"exclouded": ["id"]
|
"exclouded": ["id"],
|
||||||
|
"alters": {}
|
||||||
},
|
},
|
||||||
"editexclouded": ["id"]
|
"editexclouded": ["id"]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,7 +4,8 @@
|
|||||||
"params": {
|
"params": {
|
||||||
"sortby": "use_time desc",
|
"sortby": "use_time desc",
|
||||||
"browserfields": {
|
"browserfields": {
|
||||||
"exclouded": ["id"]
|
"exclouded": ["id"],
|
||||||
|
"alters": {}
|
||||||
},
|
},
|
||||||
"editexclouded": ["id"],
|
"editexclouded": ["id"],
|
||||||
"editable": {
|
"editable": {
|
||||||
|
|||||||
@ -4,7 +4,16 @@
|
|||||||
"params": {
|
"params": {
|
||||||
"sortby": "failed_time desc",
|
"sortby": "failed_time desc",
|
||||||
"browserfields": {
|
"browserfields": {
|
||||||
"exclouded": ["id"]
|
"exclouded": ["id"],
|
||||||
|
"alters": {
|
||||||
|
"handled": {
|
||||||
|
"uitype": "code",
|
||||||
|
"data": [
|
||||||
|
{"value": "0", "text": "未处理"},
|
||||||
|
{"value": "1", "text": "已处理"}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"editexclouded": ["id", "llmusageid", "failed_time"],
|
"editexclouded": ["id", "llmusageid", "failed_time"],
|
||||||
"editable": {
|
"editable": {
|
||||||
|
|||||||
@ -4,7 +4,8 @@
|
|||||||
"params": {
|
"params": {
|
||||||
"sortby": "use_time desc",
|
"sortby": "use_time desc",
|
||||||
"browserfields": {
|
"browserfields": {
|
||||||
"exclouded": ["id"]
|
"exclouded": ["id"],
|
||||||
|
"alters": {}
|
||||||
},
|
},
|
||||||
"editexclouded": ["id"],
|
"editexclouded": ["id"],
|
||||||
"editable": {
|
"editable": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user