58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
||
"tblname": "pbl_artifact",
|
||
"alias": "pbl_evidence",
|
||
"title": "学习产出物(artifact)",
|
||
"params": {
|
||
"browserfields": {
|
||
"exclouded": [
|
||
"content_json",
|
||
"created_at",
|
||
"updated_at"
|
||
],
|
||
"alters": {
|
||
"artifact_type": {
|
||
"uitype": "code",
|
||
"data": [
|
||
{"value": "document", "text": "文档报告"},
|
||
{"value": "code", "text": "程序代码"},
|
||
{"value": "model", "text": "模型/场景"},
|
||
{"value": "presentation", "text": "演示汇报"},
|
||
{"value": "poster", "text": "海报展板"},
|
||
{"value": "video", "text": "音视频作品"},
|
||
{"value": "dataset", "text": "数据/素材集"},
|
||
{"value": "other", "text": "其他"}
|
||
]
|
||
},
|
||
"status": {
|
||
"uitype": "code",
|
||
"data": [
|
||
{"value": "draft", "text": "草稿"},
|
||
{"value": "submitted", "text": "已提交"},
|
||
{"value": "reviewing", "text": "评审中"},
|
||
{"value": "returned", "text": "退回修改"},
|
||
{"value": "graded", "text": "已评分"},
|
||
{"value": "archived", "text": "已归档"}
|
||
]
|
||
}
|
||
}
|
||
},
|
||
"editexclouded": [
|
||
"id",
|
||
"tenant_id",
|
||
"artifact_uid",
|
||
"version_no",
|
||
"created_at",
|
||
"updated_at"
|
||
],
|
||
"logined_userorgid": "tenant_id",
|
||
"editable": {
|
||
"new_data_url": "{{entire_url('../api/pbl_artifact_create.dspy')}}",
|
||
"update_data_url": "{{entire_url('../api/pbl_artifact_update.dspy')}}",
|
||
"delete_data_url": "{{entire_url('../api/pbl_artifact_delete.dspy')}}"
|
||
},
|
||
"sortby": ["created_at desc"],
|
||
"order_by": "id DESC",
|
||
"page_size": 20
|
||
}
|
||
}
|