22 lines
747 B
JSON
22 lines
747 B
JSON
{
|
|
"tblname": "pbl_blueprint_version",
|
|
"params": {
|
|
"logined_userorgid": "",
|
|
"new_data_url": "{{entire_url('/pbl_blueprint/api/pbl_blueprint_version_create.dspy')}}",
|
|
"update_data_url": "",
|
|
"delete_data_url": "",
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('/pbl_blueprint/api/pbl_blueprint_version_create.dspy')}}",
|
|
"update_data_url": "",
|
|
"delete_data_url": ""
|
|
},
|
|
"browserfields": {
|
|
"main": {
|
|
"fields": ["version_no", "source", "change_reason", "quality_status", "created_by", "created_at"],
|
|
"title": "版本历史"
|
|
}
|
|
},
|
|
"editexclouded": ["id", "tenant_id", "blueprint_id", "parent_version_id", "change_delta", "snapshot_json", "created_by", "created_at"]
|
|
}
|
|
}
|